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 Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Destroy the decoder.void
init
(EndpointConfig endpointConfig) Initialise the encoder.
-
Method Details
-
init
Initialise the encoder.- Parameters:
endpointConfig
- The end-point configuration
-
destroy
void destroy()Destroy the decoder.
-