コンストラクタ | 説明 |
---|---|
SOCKSUDPUnwrapper(java.util.Map<Destination,SOCKSHeader> cache) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
send(Destination ignored_from,
byte[] data) |
May throw RuntimeException from underlying sink
|
void |
setSink(Sink sink) |
|
void |
start() |
public SOCKSUDPUnwrapper(java.util.Map<Destination,SOCKSHeader> cache)
cache
- put headers here to pass to SOCKSUDPWrapperpublic void send(Destination ignored_from, byte[] data)