public class SocksConnecter extends TcpConnecter
delayedStart, ioObject, RECONNECT_TIMER_ID| Constructor and Description |
|---|
SocksConnecter(IOThread ioThread,
SessionBase session,
Options options,
Address addr,
Address proxyAddr,
boolean delayedStart) |
| Modifier and Type | Method and Description |
|---|---|
void |
inEvent()
Called by I/O thread when file descriptor is ready for reading.
|
void |
outEvent()
Called by I/O thread when file descriptor is ready for writing.
|
protected void |
processPlug() |
protected void |
processTerm(int linger) |
void |
timerEvent(int id)
Called when timer expires.
|
close, connectEvent, destroy, toStringincSeqnum, isTerminating, launchChild, processDestroy, processOwn, processSeqnum, processTermAck, processTermReq, termChild, terminatechooseIoThread, connectPending, destroySocket, findEndpoint, getCtx, getTid, pendConnection, processActivateRead, processActivateWrite, processAttach, processBind, processHiccup, processPipeTerm, processPipeTermAck, processReap, processReaped, processStop, registerEndpoint, sendActivateRead, sendActivateWrite, sendAttach, sendAttach, sendBind, sendBind, sendDone, sendHiccup, sendInprocConnected, sendOwn, sendPipeTerm, sendPipeTermAck, sendPlug, sendPlug, sendReap, sendReaped, sendStop, sendTerm, sendTermAck, sendTermReq, setTid, unregisterEndpoint, unregisterEndpointsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptEventpublic SocksConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, Address proxyAddr, boolean delayedStart)
protected void processPlug()
processPlug in class TcpConnecterprotected void processTerm(int linger)
processTerm in class TcpConnecterpublic void inEvent()
IPollEventsinEvent in interface IPollEventsinEvent in class TcpConnecterpublic void outEvent()
IPollEventsoutEvent in interface IPollEventsoutEvent in class TcpConnecterpublic void timerEvent(int id)
IPollEventstimerEvent in interface IPollEventstimerEvent in class TcpConnecterid - the ID of the expired timer.Copyright © 2020. All rights reserved.