public class HttpProxySocketLink extends AbstractSocketLink
Constructor and Description |
---|
HttpProxySocketLink() |
Modifier and Type | Method and Description |
---|---|
void |
clientDisconnect() |
int |
getId()
Returns the connection id.
|
java.net.InetAddress |
getLocalAddress()
Returns the local address of the connection
|
int |
getLocalPort()
Returns the local port of the connection
|
java.net.InetAddress |
getRemoteAddress()
Returns the remote address of the connection
|
int |
getRemotePort()
Returns the remove port of the connection
|
void |
init(java.io.InputStream is,
java.io.OutputStream os) |
boolean |
isPortActive() |
SocketLinkDuplexController |
startDuplex(SocketLinkDuplexListener handler)
Starts a full duplex (tcp style) request for hmtp/xmpp
|
getCipherSuite, getClientCertificates, getKeySize, getLocalHost, getReadStream, getRemoteAddress, getRemoteHost, getState, getVirtualHost, getWriteStream, isCometActive, isCometSuspend, isDuplex, isKeepaliveAllocated, isSecure, killKeepalive, requestShutdownBegin, requestShutdownEnd, toComet, toCometRestart
public void init(java.io.InputStream is, java.io.OutputStream os)
public boolean isPortActive()
public SocketLinkDuplexController startDuplex(SocketLinkDuplexListener handler)
SocketLink
public void clientDisconnect()
public int getId()
AbstractSocketLink
getId
in interface SocketLink
getId
in class AbstractSocketLink
public java.net.InetAddress getLocalAddress()
AbstractSocketLink
getLocalAddress
in interface SocketLink
getLocalAddress
in class AbstractSocketLink
public int getLocalPort()
AbstractSocketLink
getLocalPort
in interface SocketLink
getLocalPort
in class AbstractSocketLink
public java.net.InetAddress getRemoteAddress()
AbstractSocketLink
getRemoteAddress
in interface SocketLink
getRemoteAddress
in class AbstractSocketLink
public int getRemotePort()
AbstractSocketLink
getRemotePort
in interface SocketLink
getRemotePort
in class AbstractSocketLink