@Concealed
public interface Protocol
Modifier and Type | Interface and Description |
---|---|
static class |
Protocol.NullHandlingStrategy |
Modifier and Type | Field and Description |
---|---|
static String |
IDC_HEADER_PREFIX |
static String |
IDC_NULL_HANDLING |
static String |
NULL_VALUE_OMIT |
static String |
NULL_VALUE_TREAT_AS_EMPTYSTRING |
static String |
NULL_VALUE_TREAT_AS_LOWERCASENULL |
Modifier and Type | Method and Description |
---|---|
IdcClient |
getClient() |
IdcFilterManager |
getFilterManager() |
void |
logout()
Best-effort Logout from Content Server
|
ServiceResponse |
readResponse() |
void |
setFilterManager(IdcFilterManager filterManager) |
void |
writeRequest()
Send request to the Content Server
|
static final String IDC_HEADER_PREFIX
static final String IDC_NULL_HANDLING
static final String NULL_VALUE_OMIT
static final String NULL_VALUE_TREAT_AS_EMPTYSTRING
static final String NULL_VALUE_TREAT_AS_LOWERCASENULL
void writeRequest() throws ProtocolException
ProtocolException
ServiceResponse readResponse() throws ProtocolException
ProtocolException
void logout() throws ProtocolException
ProtocolException
IdcClient getClient()
void setFilterManager(IdcFilterManager filterManager)
IdcFilterManager getFilterManager()