Uses of Class
org.restlet.service.TunnelService
-
Packages that use TunnelService Package Description org.restlet Core classes of the API. -
-
Uses of TunnelService in org.restlet
Methods in org.restlet that return TunnelService Modifier and Type Method Description TunnelService
Application. getTunnelService()
Returns the tunnel service.Methods in org.restlet with parameters of type TunnelService Modifier and Type Method Description void
Application. setTunnelService(TunnelService tunnelService)
Sets the tunnel service.
-