Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
O
P
S
T
U
W
A
acceptWebSocket(HttpServletRequest, HttpServletResponse)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
B
binaryOpcode()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
C
checkOrigin(HttpServletRequest, String)
- Method in interface org.eclipse.jetty.websocket.
WebSocketFactory.Acceptor
Checks the origin of an incoming WebSocket handshake request.
close(int, String)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
continuationOpcode()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
D
disconnect()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
disconnect()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Outbound
doWebSocketConnect(HttpServletRequest, String)
- Method in interface org.eclipse.jetty.websocket.
WebSocketFactory.Acceptor
Factory method that applications needs to implement to return a
WebSocket
object.
F
finMask()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
G
getBufferSize()
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Get the bufferSize.
getExtensionClassesMap()
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
getMaxBinaryMessageSize()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
Size in bytes of the maximum binary message to be received
getMaxBinaryMessageSize()
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
getMaxIdleTime()
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Get the maxIdleTime.
getMaxTextMessageSize()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
Size in characters of the maximum text message to be received
getMaxTextMessageSize()
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
getProtocol()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
I
initExtensions(List<String>, int, int, int)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
isBinary(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isClose(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isContinuation(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isControl(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isMessageComplete(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isOpen()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
isOpen()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Outbound
isPing(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isPong(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
isText(byte)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
L
LENGTH_FRAME
- Static variable in interface org.eclipse.jetty.websocket.
WebSocket
O
onClose(int, String)
- Method in interface org.eclipse.jetty.websocket.
WebSocket
Called when an established websocket connection closes
onConnect(WebSocket.Outbound)
- Method in interface org.eclipse.jetty.websocket.
WebSocket
onControl(byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.OnControl
Called when a control message has been received.
onDisconnect()
- Method in interface org.eclipse.jetty.websocket.
WebSocket
onFragment(boolean, byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket
onFrame(byte, byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.OnFrame
Called when any websocket frame is received.
onHandshake(WebSocket.FrameConnection)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.OnFrame
onMessage(byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.OnBinaryMessage
Called with a complete binary message when all fragments have been received.
onMessage(byte, String)
- Method in interface org.eclipse.jetty.websocket.
WebSocket
onMessage(byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket
onMessage(String)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.OnTextMessage
Called with a complete text message when all fragments have been received.
onOpen(WebSocket.Connection)
- Method in interface org.eclipse.jetty.websocket.
WebSocket
Called when a new websocket connection is accepted.
org.eclipse.jetty.websocket
- package org.eclipse.jetty.websocket
P
parseProtocols(String)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
S
sendControl(byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
sendFrame(byte, byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
sendMessage(String)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
sendMessage(byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
sendMessage(byte, String)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Outbound
sendMessage(byte, byte[])
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Outbound
sendMessage(byte, byte[], int, int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Outbound
SENTINEL_FRAME
- Static variable in interface org.eclipse.jetty.websocket.
WebSocket
setBufferSize(int)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Set the bufferSize.
setMaxBinaryMessageSize(int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
setMaxBinaryMessageSize(int)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Set the initial maximum binary message size for a connection.
setMaxIdleTime(int)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Set the maxIdleTime.
setMaxTextMessageSize(int)
- Method in interface org.eclipse.jetty.websocket.
WebSocket.Connection
setMaxTextMessageSize(int)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Set the initial maximum text message size for a connection.
T
textOpcode()
- Method in interface org.eclipse.jetty.websocket.
WebSocket.FrameConnection
U
upgrade(HttpServletRequest, HttpServletResponse, WebSocket, String)
- Method in class org.eclipse.jetty.websocket.
WebSocketFactory
Upgrade the request/response to a WebSocket Connection.
W
WebSocket
- Interface in
org.eclipse.jetty.websocket
Fake class for portability across servers.
WebSocket.Connection
- Interface in
org.eclipse.jetty.websocket
A Connection interface is passed to a WebSocket instance via the
WebSocket.onOpen(Connection)
to give the application access to the specifics of the current connection.
WebSocket.FrameConnection
- Interface in
org.eclipse.jetty.websocket
Frame Level Connection
WebSocket.OnBinaryMessage
- Interface in
org.eclipse.jetty.websocket
A nested WebSocket interface for receiving binary messages
WebSocket.OnControl
- Interface in
org.eclipse.jetty.websocket
A nested WebSocket interface for receiving control messages
WebSocket.OnFrame
- Interface in
org.eclipse.jetty.websocket
A nested WebSocket interface for receiving any websocket frame
WebSocket.OnTextMessage
- Interface in
org.eclipse.jetty.websocket
WebSocket.Outbound
- Interface in
org.eclipse.jetty.websocket
WebSocketFactory
- Class in
org.eclipse.jetty.websocket
Fake class.
WebSocketFactory(WebSocketFactory.Acceptor)
- Constructor for class org.eclipse.jetty.websocket.
WebSocketFactory
WebSocketFactory(WebSocketFactory.Acceptor, int)
- Constructor for class org.eclipse.jetty.websocket.
WebSocketFactory
WebSocketFactory.Acceptor
- Interface in
org.eclipse.jetty.websocket
WebSocketServlet
- Class in
org.eclipse.jetty.websocket
Fake class for portability across servers.
WebSocketServlet()
- Constructor for class org.eclipse.jetty.websocket.
WebSocketServlet
A
B
C
D
F
G
I
L
O
P
S
T
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.