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, toCometRestartpublic void init(java.io.InputStream is,
java.io.OutputStream os)
public boolean isPortActive()
public SocketLinkDuplexController startDuplex(SocketLinkDuplexListener handler)
SocketLinkpublic void clientDisconnect()
public int getId()
AbstractSocketLinkgetId in interface SocketLinkgetId in class AbstractSocketLinkpublic java.net.InetAddress getLocalAddress()
AbstractSocketLinkgetLocalAddress in interface SocketLinkgetLocalAddress in class AbstractSocketLinkpublic int getLocalPort()
AbstractSocketLinkgetLocalPort in interface SocketLinkgetLocalPort in class AbstractSocketLinkpublic java.net.InetAddress getRemoteAddress()
AbstractSocketLinkgetRemoteAddress in interface SocketLinkgetRemoteAddress in class AbstractSocketLinkpublic int getRemotePort()
AbstractSocketLinkgetRemotePort in interface SocketLinkgetRemotePort in class AbstractSocketLink