proxy
Class DirectProxy.AllowProxyConnectionCallback

java.lang.Object
  extended by proxy.DirectProxy.AllowProxyConnectionCallback
Enclosing class:
DirectProxy

public abstract static class DirectProxy.AllowProxyConnectionCallback
extends java.lang.Object


Nested Class Summary
static class DirectProxy.AllowProxyConnectionCallback.Answer
           
 
Constructor Summary
DirectProxy.AllowProxyConnectionCallback()
           
 
Method Summary
abstract  DirectProxy.AllowProxyConnectionCallback.Answer callback(DirectProxy.RequestInfo a_requestInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectProxy.AllowProxyConnectionCallback

public DirectProxy.AllowProxyConnectionCallback()
Method Detail

callback

public abstract DirectProxy.AllowProxyConnectionCallback.Answer callback(DirectProxy.RequestInfo a_requestInfo)