public interface Extension
EndpointConfiguration. The extension consists of a name, a collection of
extension parameters and a pair of ExtensionHandlers, one that handles all the frames the web socket implementation
uses for representing incoming web socket events and messages, and the other that handles all the frames the web socket
implementation uses for representing outgoing web socket events and messages.| Modifier and Type | Method and Description |
|---|---|
FrameHandler |
createIncomingFrameHandler(FrameHandler downstream)
The FrameHandler that is invoked for any incoming Frames.
|
FrameHandler |
createOutgoingFrameHandler(FrameHandler upstream)
The FrameHandler that is invoked for any outgoing Frames.
|
String |
getName()
The name of this extension.
|
Map<String,String> |
getParameters()
The map name value pairs that are the web socket extension parameters for this extension.
|
String getName()
Map<String,String> getParameters()
FrameHandler createIncomingFrameHandler(FrameHandler downstream)
FrameHandler createOutgoingFrameHandler(FrameHandler upstream)
Copyright © 2012. All Rights Reserved.