Uses of Class
org.restlet.service.TunnelService
Packages that use TunnelService
Package
Description
Core classes of the Restlet API.
Supports Restlet applications.
-
Uses of TunnelService in org.restlet
Methods in org.restlet that return TunnelServiceMethods in org.restlet with parameters of type TunnelServiceModifier and TypeMethodDescriptionvoidApplication.setTunnelService(TunnelService tunnelService) Sets the tunnel service. -
Uses of TunnelService in org.restlet.engine.application
Methods in org.restlet.engine.application that return TunnelServiceModifier and TypeMethodDescriptionTunnelFilter.getTunnelService()Returns the tunnel service of the parent application.