public interface ClientDataSink
ClientDataEncoder.createSink()
Modifier and Type | Method and Description |
---|---|
String |
getClientData()
Encoded the data written to the stream as a string that can be provided to the client.
|
String |
getEncodedClientData()
Returns the client data encoded (for inclusion in a URL) via
URLEncoder . |
ObjectOutputStream |
getObjectOutputStream()
Provides the output stream to which data can be written.
|
ObjectOutputStream getObjectOutputStream()
String getClientData()
ClientDataEncoder.decodeClientData(String)
String getEncodedClientData()
URLEncoder
.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.