Package net.tootallnate.websocket

Interface Summary
FrameBuilder  
Framedata  
HandshakeBuilder  
Handshakedata  
 

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Charsetfunctions  
Draft  
FramedataImpl1  
HandshakedataImpl1  
WebSocket Represents one end (client or server) of a single WebSocket connection.
WebSocketAdapter  
WebSocketClient The WebSocketClient is an abstract class that expects a valid "ws://" URI to connect to.
WebSocketServer WebSocketServer is an abstract class that only takes care of the HTTP handshake portion of WebSockets.
 

Enum Summary
Draft.HandshakeState  
Framedata.Opcode  
WebSocket.Role