| Methods in org.eclipse.jetty.websocket with parameters of type WebSocket.FrameConnection |
void |
AbstractExtension.bind(WebSocket.FrameConnection connection,
WebSocketParser.FrameHandler incoming,
WebSocketGenerator outgoing,
byte[] dataOpcodes,
byte[] controlOpcodes,
byte[] bitMasks)
|
void |
Extension.bind(WebSocket.FrameConnection connection,
WebSocketParser.FrameHandler inbound,
WebSocketGenerator outbound,
byte[] dataOpCodes,
byte[] controlOpcodes,
byte[] bitMasks)
|
void |
WebSocket.OnFrame.onHandshake(WebSocket.FrameConnection connection)
|