Uses of Class
com.ngrok.TcpBuilder
-
Packages that use TcpBuilder Package Description com.ngrok -
-
Uses of TcpBuilder in com.ngrok
Methods in com.ngrok that return TcpBuilder Modifier and Type Method Description TcpBuilderTcpBuilder. remoteAddress(String remoteAddress)Sets the TCP address to request for this TCP endpoint.default TcpBuilderSession. tcpEndpoint()Creates a newTcpBuilderassociated with this session.Methods in com.ngrok with parameters of type TcpBuilder Modifier and Type Method Description Forwarder.EndpointSession. forwardTcp(TcpBuilder builder, URL url)Configures and starts a TCPForwarder.EndpointListener.EndpointSession. listenTcp(TcpBuilder builder)Configures and starts a TCPListener.Endpoint
-