Uses of Class
org.restlet.service.TunnelService
-
Packages that use TunnelService Package Description org.restlet Core classes of the API.org.restlet.engine.application Supports Restlet applications. -
-
Uses of TunnelService in org.restlet
Methods in org.restlet that return TunnelService Modifier and Type Method Description TunnelServiceApplication. getTunnelService()Returns the tunnel service.Methods in org.restlet with parameters of type TunnelService Modifier and Type Method Description voidApplication. setTunnelService(TunnelService tunnelService)Sets the tunnel service. -
Uses of TunnelService in org.restlet.engine.application
Methods in org.restlet.engine.application that return TunnelService Modifier and Type Method Description TunnelServiceTunnelFilter. getTunnelService()Returns the tunnel service of the parent application.
-