Uses of Interface
javax.net.websocket.Encoder

Packages that use Encoder
javax.net.websocket   
org.glassfish.tyrus.platform   
org.glassfish.tyrus.platform.encoders   
 

Uses of Encoder in javax.net.websocket
 

Subinterfaces of Encoder in javax.net.websocket
static interface Encoder.Binary<T>
          This interface defines how to provide a way to convert a custom object into a binary message.
static interface Encoder.Text<T>
          This interface defines how to provide a way to convert a custom object into a text message.
 

Methods in javax.net.websocket that return types with arguments of type Encoder
 List<Encoder> EndpointConfiguration.getEncoders()
          Return the Encoder implementations configured.
 List<Encoder> DefaultServerConfiguration.getEncoders()
          Return the Decoder implementations configured.
 List<Encoder> DefaultClientConfiguration.getEncoders()
          Assign the list of encoders this client will use.
 List<Encoder> DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
          Assign the list of encoders this client will use.
 

Methods in javax.net.websocket with parameters of type Encoder
 void Session.addEncoder(Encoder tme)
           
 

Method parameters in javax.net.websocket with type arguments of type Encoder
 DefaultServerConfiguration DefaultServerConfiguration.setEncoders(List<Encoder> encoders)
           
 List<Encoder> DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
          Assign the list of encoders this client will use.
 

Uses of Encoder in org.glassfish.tyrus.platform
 

Methods in org.glassfish.tyrus.platform with parameters of type Encoder
 void SessionImpl.addEncoder(Encoder encoder)
           
 

Uses of Encoder in org.glassfish.tyrus.platform.encoders
 

Classes in org.glassfish.tyrus.platform.encoders that implement Encoder
 class BooleanEncoder
           
 class ByteEncoder
           
 class CharEncoder
           
 class DoubleEncoder
           
 class FloatEncoder
           
 class IntEncoder
           
 class LongEncoder
           
 class ShortEncoder
           
 class StringEncoderNoOp
           
 



Copyright © 2012. All Rights Reserved.