|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplyMessageFactory | |
---|---|
com.sun.grizzly.filter |
Uses of ReplyMessageFactory in com.sun.grizzly.filter |
---|
Fields in com.sun.grizzly.filter declared as ReplyMessageFactory | |
---|---|
protected ReplyMessageFactory |
CustomProtocolParser.replyMessageFactory
|
Methods in com.sun.grizzly.filter with parameters of type ReplyMessageFactory | |
---|---|
static ParserProtocolFilter |
CustomProtocolParser.createParserProtocolFilter(BytesTrafficListener listener,
ReplyMessageFactory replyInputStreamFactory,
SSLConfig sslConfig)
Since CustomProtocolParser is a statefull createParserProtocolFilter this indicates proper initilization. |
static MessageBase |
MessageBase.parseHeader(ByteBuffer buf,
int startPosition,
ReplyMessageFactory replyInputStreamFactory)
Parses the Header of the Custom Protocol. |
void |
CustomProtocolParser.setReplyMessageFactory(ReplyMessageFactory replyMessageFactory)
Clients can be regsitered on a ReplyMessage The Factory holds to these Messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |