|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseMessage | |
---|---|
org.pfsw.tools.beluga.ldap.interceptors | |
org.pfsw.tools.beluga.ldap.messages | |
org.pfsw.tools.beluga.ldap.protocol | |
org.pfsw.tools.beluga.ldap.server |
Uses of ResponseMessage in org.pfsw.tools.beluga.ldap.interceptors |
---|
Methods in org.pfsw.tools.beluga.ldap.interceptors that return ResponseMessage | |
---|---|
ResponseMessage |
ResponseInterceptorChain.handleResponse(ResponseMessage responseMessage)
|
ResponseMessage |
DelayResponseInterceptor.handleResponse(ResponseMessage responseMessage)
|
Methods in org.pfsw.tools.beluga.ldap.interceptors with parameters of type ResponseMessage | |
---|---|
ResponseMessage |
ResponseInterceptorChain.handleResponse(ResponseMessage responseMessage)
|
ResponseMessage |
DelayResponseInterceptor.handleResponse(ResponseMessage responseMessage)
|
Uses of ResponseMessage in org.pfsw.tools.beluga.ldap.messages |
---|
Subclasses of ResponseMessage in org.pfsw.tools.beluga.ldap.messages | |
---|---|
class |
AddResponse
Response for an add resquest |
class |
BindResponse
This message contains all data for a bind response |
class |
DeleteResponse
Response for delete requests |
class |
ModifyResponse
Response for modify requests |
class |
ResultResponse
A response message that only contains the return code and optionally a message text. |
class |
SearchResponse
Abstract superclass of the search response messages |
class |
SearchResultDone
The final response object of to a search request that contains the result code. |
class |
SearchResultEntry
Contains one entry of the result of a search request |
Uses of ResponseMessage in org.pfsw.tools.beluga.ldap.protocol |
---|
Methods in org.pfsw.tools.beluga.ldap.protocol with parameters of type ResponseMessage | |
---|---|
byte[] |
LDAPResponseBuilder.buildResponseData(ResponseMessage response)
Converts the given response message to a ASN.1 encoded message according to the LDAPv3 specification. |
Uses of ResponseMessage in org.pfsw.tools.beluga.ldap.server |
---|
Methods in org.pfsw.tools.beluga.ldap.server that return ResponseMessage | |
---|---|
ResponseMessage |
IRequestInterceptor.getResponse()
If the interceptor has consumed a request in its IRequestInterceptor.handleRequest(RequestMessage)
method (which then has returned false) then this method must return the response message
for the consumed request. |
ResponseMessage |
IResponseInterceptor.handleResponse(ResponseMessage responseMessage)
Handles the response and returns a response object that should be passed to the next interceptor in the interceptor chain. |
Methods in org.pfsw.tools.beluga.ldap.server with parameters of type ResponseMessage | |
---|---|
ResponseMessage |
IResponseInterceptor.handleResponse(ResponseMessage responseMessage)
Handles the response and returns a response object that should be passed to the next interceptor in the interceptor chain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |