@ManagedObject(value="Identity Extension") public class IdentityExtension extends AbstractExtension
AbstractLifeCycle.AbstractLifeCycleListenerContainer.InheritedListener, Container.ListenerLifeCycle.Listener| Constructor and Description |
|---|
IdentityExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParam(String key) |
void |
incomingError(WebSocketException e) |
void |
incomingFrame(Frame frame) |
void |
outgoingFrame(Frame frame,
WriteCallback callback)
A frame, and optional callback, intended for the network.
|
void |
setConfig(ExtensionConfig config) |
String |
toString() |
dump, dumpWithHeading, getBufferPool, getConfig, getConnection, getName, getNextIncoming, getNextOutgoing, getPolicy, isRsv1User, isRsv2User, isRsv3User, isTextDataDecoder, nextIncomingError, nextIncomingFrame, nextOutgoingFrame, setBufferPool, setConnection, setNextIncomingFrames, setNextOutgoingFrames, setPolicyaddBean, addBean, addBean, contains, destroy, doStart, doStop, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, setBeans, setStopTimeout, start, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic void incomingError(WebSocketException e)
incomingError in interface IncomingFramesincomingError in class AbstractExtensionpublic void incomingFrame(Frame frame)
public void outgoingFrame(Frame frame, WriteCallback callback)
OutgoingFramesNote: the frame can undergo many transformations in the various layers and extensions present in the implementation.
If you are implementing a mutation, you are obliged to handle the incoming WriteCallback appropriately.
frame - the frame to eventually write to the network.callback - the optional callback to use for success/failure of the network write operation. Can be null.public void setConfig(ExtensionConfig config)
setConfig in class AbstractExtensionpublic String toString()
toString in class AbstractExtensionCopyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.