Uses of Interface
com.ngrok.Connection
-
Packages that use Connection Package Description com.ngrok com.ngrok.jetty com.ngrok.net -
-
Uses of Connection in com.ngrok
Classes in com.ngrok with type parameters of type Connection Modifier and Type Interface Description interface
Listener<C extends Connection>
Listener enables applications to handle incoming traffic proxied by ngrok.Subinterfaces of Connection in com.ngrok Modifier and Type Interface Description static interface
Connection.Edge
Represents a connection established over an edge listenerstatic interface
Connection.Endpoint
Represents a connection establish over an endpoint listener. -
Uses of Connection in com.ngrok.jetty
Constructors in com.ngrok.jetty with parameters of type Connection Constructor Description NgrokEndpoint(org.eclipse.jetty.util.thread.Scheduler scheduler, Connection conn)
Constructs a new ngrok endpoint with the specified scheduler and connection. -
Uses of Connection in com.ngrok.net
Fields in com.ngrok.net declared as Connection Modifier and Type Field Description protected Connection
ConnectionSocketImpl. connection
Methods in com.ngrok.net with parameters of type Connection Modifier and Type Method Description protected void
ConnectionSocketImpl. setConnection(Connection connection)
Constructors in com.ngrok.net with parameters of type Connection Constructor Description ConnectionInputStream(Connection connection, int bufferSize)
Creates a new input stream for the given connection with the specified buffer size.ConnectionOutputStream(Connection connection, int bufferSize)
Creates a new output stream for the given connection, backed by a direct buffer with the specified buffer size.
-