public abstract class PxClientConnectionAdapter
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
PxClientConnectionAdapter(java.lang.String proxyServer,
com.ibm.as400.access.SSLOptions secure) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection to the proxy server.
// @D1a question -- should we do something in the tunneling case
// to clean up the server?
|
protected void |
finalize() |
com.ibm.as400.access.PxDSFactory |
getFactory() |
java.lang.String |
getSystemName() |
void |
open(java.lang.String proxyServer) |
protected void |
send(PxReqCV request)
Sends a request to the proxy server.
|
protected java.lang.Object |
sendAndReceive(PxReqCV request)
Sends a request to the proxy server and receives and processes a reply.
|
protected PxClientConnectionAdapter(java.lang.String proxyServer,
com.ibm.as400.access.SSLOptions secure)
public void close()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic com.ibm.as400.access.PxDSFactory getFactory()
public void open(java.lang.String proxyServer)
protected void send(PxReqCV request)
request - The request.protected java.lang.Object sendAndReceive(PxReqCV request) throws java.lang.reflect.InvocationTargetException
request - The request.java.lang.reflect.InvocationTargetExceptionpublic java.lang.String getSystemName()