Searched defs:bindPort (Results 1 – 5 of 5) sorted by relevance
19 public int bindPort; field in PacketGlobalCancelForwardRequest21 public PacketGlobalCancelForwardRequest(boolean wantReply, String bindAddress, int bindPort) in PacketGlobalCancelForwardRequest()
19 public int bindPort; field in PacketGlobalForwardRequest21 public PacketGlobalForwardRequest(boolean wantReply, String bindAddress, int bindPort) in PacketGlobalForwardRequest()
16 public int bindPort; field in RemoteForwardingData
475 …public int requestGlobalForward(String bindAddress, int bindPort, String targetAddress, int target… in requestGlobalForward()524 public void requestCancelGlobalForward(int bindPort) throws IOException in requestCancelGlobalForward()
1316 …public synchronized void requestRemotePortForwarding(String bindAddress, int bindPort, String targ… in requestRemotePortForwarding()1341 public synchronized void cancelRemotePortForwarding(int bindPort) throws IOException in cancelRemotePortForwarding()