Package org.eclipse.jetty.websocket

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

Class Summary
TestClient  
TestServer  
WebSocketBuffers The WebSocket Buffer Pool.
WebSocketConnectionD00  
WebSocketConnectionD06  
WebSocketFactory Factory to create WebSocket connections
WebSocketGeneratorD00 WebSocketGenerator.
WebSocketGeneratorD06 WebSocketGenerator.
WebSocketGeneratorD06.FixedMaskGen  
WebSocketGeneratorD06.NullMaskGen  
WebSocketGeneratorD06.RandomMaskGen  
WebSocketHandler  
WebSocketParserD00 Parser the WebSocket protocol.
WebSocketParserD06 Parser the WebSocket protocol.
WebSocketServlet Servlet to upgrade connections to WebSocket
 

Enum Summary
WebSocketParserD06.State  
 



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