| Package | Description | 
|---|---|
| io.netty.channel.sctp | Abstract SCTP socket interfaces which extend the core channel API. | 
| io.netty.channel.udt | UDT Transport. | 
| io.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SctpMessageRepresentation of SCTP Data Chunk | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UdtMessageThe message container that is used for  TypeUDT.DATAGRAMmessages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryWebSocketFrameWeb Socket frame containing binary data | 
| class  | CloseWebSocketFrameWeb Socket Frame for closing the connection | 
| class  | ContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data. | 
| class  | PingWebSocketFrameWeb Socket frame containing binary data | 
| class  | PongWebSocketFrameWeb Socket frame containing binary data | 
| class  | TextWebSocketFrameWeb Socket text frame | 
| class  | WebSocketFrameBase class for web socket frames | 
Copyright © 2008–2015 The Netty Project. All rights reserved.