Uses of Interface
things.thinger.service.proxy.ProxyProcessor

Packages that use ProxyProcessor
things.thinger.service.proxy   
 

Uses of ProxyProcessor in things.thinger.service.proxy
 

Classes in things.thinger.service.proxy that implement ProxyProcessor
 class ProxyProcessorHttp
          A proxy processor implementation for http.
 

Constructors in things.thinger.service.proxy with parameters of type ProxyProcessor
ProxyServiceContext(WhoAmI id, ProxySession session, ProxyServiceThread thread, ProxyService ownerService, java.net.Socket uplink, java.net.Socket downlink, ProxyProcessor processor, Logger logger)
          Constructor.
 



Things.