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 SessionSession.Builder. connect()Connects a session with the currentSession.Builderstatic SessionSession. connect(Session.Builder builder)Connects a session with specifiedSession.BuilderConstructors in com.ngrok with parameters of type Session Constructor Description EdgeBuilder(Session session)Creates a newEdgeBuilderwith a given session.HttpBuilder(Session session)Creates a newHttpBuilderwith a given session.TcpBuilder(Session session)Creates a newTcpBuilderwith a given session.TlsBuilder(Session session)Creates a newTlsBuilderwith 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.
-