com.jbase.jremote.io
Class JRemoteSocketConnection
java.lang.Object
com.jbase.jremote.io.AbstractJRemoteConnection
com.jbase.jremote.io.JRemoteSocketConnection
public class JRemoteSocketConnection
- extends AbstractJRemoteConnection
This class handles the connection and communication to
the jListener server over a socket interface.
- Author:
- aphethean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSL_PROPERTY
public static final String SSL_PROPERTY
- See Also:
- Constant Field Values
USE_NAIVE_TRUST_MANAGER_PROPERTY
public static final String USE_NAIVE_TRUST_MANAGER_PROPERTY
- See Also:
- Constant Field Values
COMPRESSION_PROPERTY
public static final String COMPRESSION_PROPERTY
- See Also:
- Constant Field Values
COMPRESSION_THRESHOLD_PROPERTY
public static final String COMPRESSION_THRESHOLD_PROPERTY
- See Also:
- Constant Field Values
ALLOW_INPUT
public static final String ALLOW_INPUT
- See Also:
- Constant Field Values
CHARSET
public static final String CHARSET
- See Also:
- Constant Field Values
ACTION_TIMEOUT_PROPERTY
public static final String ACTION_TIMEOUT_PROPERTY
- See Also:
- Constant Field Values
JRemoteSocketConnection
public JRemoteSocketConnection(String host,
int port,
Properties info)
throws JRemoteException
- Throws:
JRemoteException
JRemoteSocketConnection
public JRemoteSocketConnection(String host,
int port)
throws JRemoteException
- Throws:
JRemoteException
connect
protected void connect(String host,
int port)
throws JRemoteException
- Throws:
JRemoteException
send
public void send(JRemoteRequest request)
throws JRemoteException
- Specified by:
send
in class AbstractJRemoteConnection
- Throws:
JRemoteException
receive
public Response receive()
throws JRemoteException
- Specified by:
receive
in class AbstractJRemoteConnection
- Throws:
JRemoteException
close
public void close()
throws JRemoteException
- Specified by:
close
in class AbstractJRemoteConnection
- Throws:
JRemoteException
isEnabledSSL
public boolean isEnabledSSL()
isEnabledNaiveTrustManager
public boolean isEnabledNaiveTrustManager()
isEnabledCompression
public boolean isEnabledCompression()
compressionThreshold
public int compressionThreshold()
Copyright © 2016 TEMENOS. All Rights Reserved.