Package org.eclipse.jetty.websocket

Interface Summary
Extension  
MaskGen  
WebSocket WebSocket Interface.
WebSocket.Connection 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 Frame Level Connection
WebSocket.OnBinaryMessage A nested WebSocket interface for receiving binary messages
WebSocket.OnControl A nested WebSocket interface for receiving control messages
WebSocket.OnFrame A nested WebSocket interface for receiving any websocket frame
WebSocket.OnTextMessage A nested WebSocket interface for receiving text messages
WebSocketConnection  
WebSocketFactory.Acceptor  
WebSocketGenerator WebSocketGenerator.
WebSocketParser Parser the WebSocket protocol.
WebSocketParser.FrameHandler  
 

Class Summary
AbstractExtension  
DeflateFrameExtension  
FixedMaskGen  
FragmentExtension  
IdentityExtension  
RandomMaskGen  
TestClient  
TestServer  
WebSocketBuffers The WebSocket Buffer Pool.
WebSocketClient WebSocketClient allows to create multiple connections to multiple destinations that can speak the websocket protocol.
WebSocketClientFactory WebSocketClientFactory contains the common components needed by multiple WebSocketClient instances (for example, a ThreadPool, a NIO selector, etc).
WebSocketConnectionD00  
WebSocketConnectionD06  
WebSocketConnectionD12  
WebSocketConnectionD13  
WebSocketFactory Factory to create WebSocket connections
WebSocketGeneratorD00 WebSocketGenerator.
WebSocketGeneratorD06 WebSocketGenerator.
WebSocketGeneratorD12 WebSocketGenerator.
WebSocketGeneratorD13 WebSocketGenerator.
WebSocketHandler  
WebSocketParserD00 Parser the WebSocket protocol.
WebSocketParserD06 Parser the WebSocket protocol.
WebSocketParserD12 Parser the WebSocket protocol.
WebSocketParserD13 Parser the WebSocket protocol.
WebSocketServlet Servlet to upgrade connections to WebSocket
ZeroMaskGen  
 

Enum Summary
WebSocketParserD06.State  
WebSocketParserD12.State  
WebSocketParserD13.State  
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.