Package javax.websocket
Interface Decoder
- 
- All Known Subinterfaces:
- Decoder.Binary<T>,- Decoder.BinaryStream<T>,- Decoder.Text<T>,- Decoder.TextStream<T>
 
 public interface Decoder
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceDecoder.Binary<T>static interfaceDecoder.BinaryStream<T>static interfaceDecoder.Text<T>static interfaceDecoder.TextStream<T>
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Destroy the decoder.voidinit(EndpointConfig endpointConfig)Initialise the decoder.
 
- 
- 
- 
Method Detail- 
initvoid init(EndpointConfig endpointConfig) Initialise the decoder.- Parameters:
- endpointConfig- The end-point configuration
 
 - 
destroyvoid destroy() Destroy the decoder.
 
- 
 
-