net.i2p.i2ptunnel
Class I2PTunnelIRCClient
java.lang.Object
net.i2p.i2ptunnel.I2PTunnelTask
net.i2p.i2ptunnel.I2PTunnelClientBase
net.i2p.i2ptunnel.I2PTunnelIRCClient
- All Implemented Interfaces:
- java.lang.Runnable, EventDispatcher
public class I2PTunnelIRCClient
- extends I2PTunnelClientBase
- implements java.lang.Runnable
Field Summary |
protected java.util.List |
dests
list of Destination objects that we point at |
protected long |
readTimeout
|
Method Summary |
protected void |
clientConnectionRun(java.net.Socket s)
Manage a connection in a separate thread. |
java.lang.String |
inboundFilter(java.lang.String s,
java.lang.StringBuffer expectedPong)
|
java.lang.String |
outboundFilter(java.lang.String s,
java.lang.StringBuffer expectedPong)
|
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelClientBase |
buildSocketManager, buildSocketManager, close, closeSocket, createI2PSocket, createI2PSocket, getDefaultOptions, getDefaultOptions, getListenHost, getLocalPort, getSocketManager, getSocketManager, manageConnection, run, startRunning |
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelTask |
attachEventDispatcher, detachEventDispatcher, disconnected, errorOccurred, getEventDispatcher, getEvents, getEventValue, getId, getTunnel, ignoreEvents, isOpen, notifyEvent, reportAbuse, routerDisconnected, setId, setName, setTunnel, toString, unIgnoreEvents, waitEventValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
dests
protected java.util.List dests
- list of Destination objects that we point at
readTimeout
protected long readTimeout
I2PTunnelIRCClient
public I2PTunnelIRCClient(int localPort,
java.lang.String destinations,
Logging l,
boolean ownDest,
EventDispatcher notifyThis,
I2PTunnel tunnel)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
- if the I2PTunnel does not contain
valid config to contact the router
clientConnectionRun
protected void clientConnectionRun(java.net.Socket s)
- Description copied from class:
I2PTunnelClientBase
- Manage a connection in a separate thread. This only works if
you do not override manageConnection()
- Specified by:
clientConnectionRun
in class I2PTunnelClientBase
inboundFilter
public java.lang.String inboundFilter(java.lang.String s,
java.lang.StringBuffer expectedPong)
outboundFilter
public java.lang.String outboundFilter(java.lang.String s,
java.lang.StringBuffer expectedPong)