Class LocalStreamConnection
java.lang.Object
org.apache.xmlrpc.common.LocalStreamConnection
Implementation of
ServerStreamConnection for
use by the
XmlRpcLocalStreamTransport.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XmlRpcStreamRequestConfigprivate final InputStreamprivate final ByteArrayOutputStreamprivate final ServerStreamConnection -
Constructor Summary
ConstructorsConstructorDescriptionLocalStreamConnection(XmlRpcStreamRequestConfig pConfig, InputStream pRequest) Creates a new instance with the given request stream. -
Method Summary
Modifier and TypeMethodDescriptionReturns the request configuration.Returns the request stream.Returns an output stream, to which the response may be written.Returns the servers connection.
-
Field Details
-
request
-
config
-
response
-
serverStreamConnection
-
-
Constructor Details
-
LocalStreamConnection
Creates a new instance with the given request stream.
-
-
Method Details
-
getRequest
Returns the request stream. -
getConfig
Returns the request configuration. -
getResponse
Returns an output stream, to which the response may be written. -
getServerStreamConnection
Returns the servers connection.
-