|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientDataSink
Allows binary object data to be encoded into a string.
ClientDataEncoder.createSink()
Method Summary | |
---|---|
java.lang.String |
getClientData()
Encoded the data written to the stream as a string that can be provided to the client. |
java.lang.String |
getEncodedClientData()
Returns the client data encoded (for inclusion in a URL) via URLEncoder . |
java.io.ObjectOutputStream |
getObjectOutputStream()
Provides the output stream to which data can be written. |
Method Detail |
---|
java.io.ObjectOutputStream getObjectOutputStream()
java.lang.String getClientData()
ClientDataEncoder.decodeClientData(String)
java.lang.String getEncodedClientData()
URLEncoder
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |