|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.net.websocket.extensions.FrameHandler
public abstract class FrameHandler
A FrameHandler is a link in the chain of handlers associated with the web socket extensions configured for an endpoint. Each framehandler belongs to an extension, either as the handler for all the incoming web socket frames, of as the handler for all the outgoing web socket frames. on per connection.
| Constructor Summary | |
|---|---|
FrameHandler(FrameHandler nextHandler)
Constructor that creates a FrameHandler with the given framehandler as the next frame handler in the chain. |
|
| Method Summary | |
|---|---|
FrameHandler |
getNextHandler()
The next handler in the handler chain. |
void |
handleFrame(Frame f)
This method is invoked whenever the implementation is ready to invoke this framehandler as part of the framehandler chain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameHandler(FrameHandler nextHandler)
nextHandler - | Method Detail |
|---|
public FrameHandler getNextHandler()
public void handleFrame(Frame f)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||