Uses of Interface
com.ngrok.Session
-
Packages that use Session Package Description com.ngrok com.ngrok.jetty -
-
Uses of Session in com.ngrok
Methods in com.ngrok that return Session Modifier and Type Method Description Session
Session.Builder. connect()
Connects a session with the currentSession.Builder
static Session
Session. connect(Session.Builder builder)
Connects a session with specifiedSession.Builder
Constructors in com.ngrok with parameters of type Session Constructor Description EdgeBuilder(Session session)
Creates a newEdgeBuilder
with a given session.HttpBuilder(Session session)
Creates a newHttpBuilder
with a given session.TcpBuilder(Session session)
Creates a newTcpBuilder
with a given session.TlsBuilder(Session session)
Creates a newTlsBuilder
with a given session. -
Uses of Session in com.ngrok.jetty
Constructor parameters in com.ngrok.jetty with type arguments of type Session Constructor Description NgrokConnector(org.eclipse.jetty.server.Server server, Supplier<Session> sessionSupplier, Function<Session,Listener> listenerFunction)
Constructs a new ngrok connector with the specified server, session supplier, and listener function.NgrokConnector(org.eclipse.jetty.server.Server server, Supplier<Session> sessionSupplier, Function<Session,Listener> listenerFunction)
Constructs a new ngrok connector with the specified server, session supplier, and listener function.
-