public class HTTPBindingProperties extends java.lang.Object implements PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static PropertyHeader |
HEADER_SUBSECTION_HTTP_BINDINGS |
static PropertyHeader |
HEADER_SUBSUBSECTION_HTTP_BINDING |
static java.lang.String |
PROP_ADDRESS |
static java.lang.String |
PROP_ADDRESS_GROUP |
static java.lang.String |
PROP_ADDRESS_GROUP_ALL |
static java.lang.String |
PROP_ADDRESS_GROUP_INET4 |
static java.lang.String |
PROP_ADDRESS_GROUP_INET6 |
static java.lang.String |
PROP_ADDRESS_GROUP_LO |
static java.lang.String |
PROP_COM_MAN_ID |
static java.lang.String |
PROP_IS_SECURE |
static java.lang.String |
PROP_PORT |
static java.lang.String |
PROP_SUFFIX |
static java.lang.String |
SUBSECTION_HTTP_BINDINGS |
static java.lang.String |
SUBSUBSECTION_HTTP_BINDING |
FALSE, TRUE| Constructor and Description |
|---|
HTTPBindingProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has
been read completely.
|
void |
setProperties(PropertyHeader header,
Property property) |
public static final java.lang.String PROP_ADDRESS
public static final java.lang.String PROP_PORT
public static final java.lang.String PROP_SUFFIX
public static final java.lang.String PROP_COM_MAN_ID
public static final java.lang.String PROP_ADDRESS_GROUP
public static final java.lang.String SUBSECTION_HTTP_BINDINGS
public static final java.lang.String SUBSUBSECTION_HTTP_BINDING
public static final java.lang.String PROP_ADDRESS_GROUP_INET6
public static final java.lang.String PROP_ADDRESS_GROUP_INET4
public static final java.lang.String PROP_ADDRESS_GROUP_ALL
public static final java.lang.String PROP_ADDRESS_GROUP_LO
public static final java.lang.String PROP_IS_SECURE
public static final PropertyHeader HEADER_SUBSECTION_HTTP_BINDINGS
public static final PropertyHeader HEADER_SUBSUBSECTION_HTTP_BINDING
public void setProperties(PropertyHeader header, Property property)
setProperties in interface PropertiesHandlerheader - header of sectionproperty - property within sectionpublic void finishedSection(int depth)
PropertiesHandlerfinishedSection in interface PropertiesHandlerdepth - depth of section.