Package javax.websocket
Interface Encoder
- All Known Subinterfaces:
- Encoder.Binary<T>,- Encoder.BinaryStream<T>,- Encoder.Text<T>,- Encoder.TextStream<T>
public interface Encoder
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptionvoiddestroy()Destroy the decoder.voidinit(EndpointConfig endpointConfig) Initialise the encoder.
- 
Method Details- 
initInitialise the encoder.- Parameters:
- endpointConfig- The end-point configuration
 
- 
destroyvoid destroy()Destroy the decoder.
 
-