Package net.i2p.i2ptunnel.streamr
Class MultiSource.MSink
- java.lang.Object
-
- net.i2p.i2ptunnel.streamr.MultiSource.MSink
-
- Enclosing class:
- MultiSource
static class MultiSource.MSink extends Object
- Since:
- 0.9.53
-
-
Field Summary
Fields Modifier and Type Field Description Destination
dest
int
fromPort
int
toPort
-
Constructor Summary
Constructors Constructor Description MSink(Destination dest, int fromPort, int toPort)
-
-
-
Field Detail
-
dest
public final Destination dest
-
fromPort
public final int fromPort
-
toPort
public final int toPort
-
-
Constructor Detail
-
MSink
public MSink(Destination dest, int fromPort, int toPort)
-
-