| コンストラクタ | 説明 |
|---|---|
SOCKSUDPWrapper(java.util.Map<Destination,SOCKSHeader> cache) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
void |
send(Destination from,
byte[] data) |
Use the cached header, which should have the host string and port
May throw RuntimeException from underlying sink
|
void |
setSink(Sink sink) |
|
void |
start() |
public SOCKSUDPWrapper(java.util.Map<Destination,SOCKSHeader> cache)
public void send(Destination from, byte[] data)