|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodeException | |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform | |
| org.glassfish.tyrus.platform.encoders | |
| Uses of EncodeException in javax.net.websocket |
|---|
| Methods in javax.net.websocket that throw EncodeException | |
|---|---|
String |
Encoder.Text.encode(T object)
Encode the given object into a String. |
byte[] |
Encoder.Binary.encode(T object)
Encode the given object into a byte array. |
void |
RemoteEndpoint.sendObject(T o)
Sends a custom developer object, blocking until it has been transmitted. |
| Uses of EncodeException in org.glassfish.tyrus.platform |
|---|
| Methods in org.glassfish.tyrus.platform that throw EncodeException | |
|---|---|
void |
RemoteEndpointWrapper.sendObject(T o)
|
| Uses of EncodeException in org.glassfish.tyrus.platform.encoders |
|---|
| Methods in org.glassfish.tyrus.platform.encoders that throw EncodeException | |
|---|---|
String |
BooleanEncoder.encode(Boolean b)
|
String |
ByteEncoder.encode(Byte b)
|
String |
CharEncoder.encode(Character b)
|
String |
DoubleEncoder.encode(Double b)
|
String |
FloatEncoder.encode(Float b)
|
String |
IntegerEncoder.encode(Integer b)
|
String |
LongEncoder.encode(Long b)
|
byte[] |
BinaryEncoderNoOp.encode(Object object)
|
String |
ShortEncoder.encode(Short b)
|
String |
StringEncoderNoOp.encode(String b)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||