-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateTunnelSession(int localPort, int remotePort, String address) default booleanisLast()default booleanstatic intdefault booleandefault NetworkTunnelSessionsessionChain(int local, int remotePort, String address) Methods inherited from interface io.xpipe.core.store.DataStore
asNeeded, checkComplete, isComplete
-
Field Details
-
portCounter
-
-
Method Details
-
randomPort
static int randomPort() -
getNetworkParent
DataStore getNetworkParent() -
requiresTunnel
default boolean requiresTunnel() -
isLocallyTunnelable
default boolean isLocallyTunnelable() -
sessionChain
default NetworkTunnelSession sessionChain(int local, int remotePort, String address) throws Exception - Throws:
Exception
-
isLast
default boolean isLast() -
createTunnelSession
NetworkTunnelSession createTunnelSession(int localPort, int remotePort, String address) throws Exception - Throws:
Exception
-