Modifier and Type | Class and Description |
---|---|
protected class |
I2PSource.Listener |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<Integer> |
queue |
protected boolean |
raw |
protected I2PSession |
sess |
protected Sink |
sink |
protected Thread |
thread |
protected boolean |
verify |
Constructor and Description |
---|
I2PSource(I2PSession sess) |
I2PSource(I2PSession sess,
boolean verify) |
I2PSource(I2PSession sess,
boolean verify,
boolean raw) |
protected final I2PSession sess
protected final BlockingQueue<Integer> queue
protected Sink sink
protected final Thread thread
protected final boolean verify
protected final boolean raw
public I2PSource(I2PSession sess)
public I2PSource(I2PSession sess, boolean verify)
public I2PSource(I2PSession sess, boolean verify, boolean raw)