Package org.eclipse.jetty.websocket

Interface Summary
Extension  
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.
WebSocketGeneratorD06.MaskGen  
WebSocketGeneratorD10.MaskGen  
WebSocketParser Parser the WebSocket protocol.
WebSocketParser.FrameHandler  
 

Class Summary
AbstractExtension  
DeflateFrameExtension  
FragmentExtension  
IdentityExtension  
TestClient  
TestServer  
WebSocketBuffers The WebSocket Buffer Pool.
WebSocketClient WebSocket Client
WebSocketConnectionD00  
WebSocketConnectionD06  
WebSocketConnectionD10  
WebSocketFactory Factory to create WebSocket connections
WebSocketGeneratorD00 WebSocketGenerator.
WebSocketGeneratorD06 WebSocketGenerator.
WebSocketGeneratorD06.FixedMaskGen  
WebSocketGeneratorD06.NullMaskGen  
WebSocketGeneratorD06.RandomMaskGen  
WebSocketGeneratorD10 WebSocketGenerator.
WebSocketGeneratorD10.FixedMaskGen  
WebSocketGeneratorD10.NullMaskGen  
WebSocketGeneratorD10.RandomMaskGen  
WebSocketHandler  
WebSocketParserD00 Parser the WebSocket protocol.
WebSocketParserD06 Parser the WebSocket protocol.
WebSocketParserD10 Parser the WebSocket protocol.
WebSocketServlet Servlet to upgrade connections to WebSocket
 

Enum Summary
WebSocketParserD06.State  
WebSocketParserD10.State  
 



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