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 ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptionvoiddestroy()Destroy the decoder.voidinit(EndpointConfig endpointConfig) Initialise the decoder.
- 
Method Details- 
initInitialise the decoder.- Parameters:
- endpointConfig- The end-point configuration
 
- 
destroyvoid destroy()Destroy the decoder.
 
-