|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodeException | |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus | |
| org.glassfish.tyrus.grizzly | |
| 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. |
ByteBuffer |
Encoder.Binary.encode(T object)
Encode the given object into a byte array. |
void |
Encoder.BinaryStream.encode(T object,
OutputStream os)
Encode the given object into a binary stream written to the implementation provided OutputStream. |
void |
Encoder.TextStream.encode(T object,
Writer writer)
Encode the given object to a character stream writing it to the supplied Writer. |
void |
RemoteEndpoint.sendObject(T o)
Sends a custom developer object, blocking until it has been transmitted. |
| Uses of EncodeException in org.glassfish.tyrus |
|---|
| Methods in org.glassfish.tyrus that throw EncodeException | |
|---|---|
ByteBuffer |
NoOpBinaryCoder.encode(ByteBuffer object)
|
String |
ToStringEncoder.encode(Object object)
|
String |
NoOpTextCoder.encode(String object)
|
void |
RemoteEndpointWrapper.sendObject(T o)
|
| Uses of EncodeException in org.glassfish.tyrus.grizzly |
|---|
| Methods in org.glassfish.tyrus.grizzly that throw EncodeException | |
|---|---|
void |
GrizzlyRemoteEndpoint.sendObject(Object o)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||