ExtensionNegotiator

Constructors

this
this()
Undocumented in source.
this
this(ExtensionFactory factory)
Undocumented in source.

Members

Functions

_parse
Extension[] _parse(HttpMetaData metaData)
Undocumented in source. Be warned that the author may not have intended to support it.
getFactory
ExtensionFactory getFactory()
Undocumented in source. Be warned that the author may not have intended to support it.
getIncomingFrames
IncomingFrames getIncomingFrames()
Undocumented in source. Be warned that the author may not have intended to support it.
getNextIncomingFrames
IncomingFrames getNextIncomingFrames()
Undocumented in source. Be warned that the author may not have intended to support it.
getNextOutgoingFrames
OutgoingFrames getNextOutgoingFrames()
Undocumented in source. Be warned that the author may not have intended to support it.
getOutgoingFrames
OutgoingFrames getOutgoingFrames()
Undocumented in source. Be warned that the author may not have intended to support it.
negotiate
ExtensionConfig[] negotiate(HttpMetaData metaData)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Extension[] parse(HttpMetaData metaData)
Undocumented in source. Be warned that the author may not have intended to support it.
setFactory
void setFactory(ExtensionFactory factory)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextIncomingFrames
void setNextIncomingFrames(IncomingFrames nextIncomingFrames)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextOutgoingFrames
void setNextOutgoingFrames(OutgoingFrames nextOutgoingFrames)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta