public class OperationalSupportClient
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected OSXMLConverter |
converter |
protected java.lang.String |
host |
protected int |
port |
| Constructor and Description |
|---|
OperationalSupportClient(java.lang.String aHost,
int aPort) |
| Modifier and Type | Method and Description |
|---|---|
Response |
getResponse(Request request) |
protected void |
writeLine(java.io.PrintWriter out,
java.lang.String line)
safe and convenient writing to socket character streams; internal helper
method
|
protected java.lang.String host
protected int port
protected OSXMLConverter converter
public OperationalSupportClient(java.lang.String aHost,
int aPort)
public Response getResponse(Request request) throws java.lang.Exception, java.io.IOException
java.lang.Exceptionjava.io.IOExceptionprotected void writeLine(java.io.PrintWriter out,
java.lang.String line)
out - line -