proxy
Class DirectProxy.AllowProxyConnectionCallback.Answer

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

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


Field Summary
private  boolean m_bAllow
           
private  boolean m_bRemembered
           
 
Constructor Summary
DirectProxy.AllowProxyConnectionCallback.Answer(boolean a_bAllow, boolean a_bRemembered)
           
 
Method Summary
 boolean isAllowed()
           
 boolean isRemembered()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_bRemembered

private boolean m_bRemembered

m_bAllow

private boolean m_bAllow
Constructor Detail

DirectProxy.AllowProxyConnectionCallback.Answer

public DirectProxy.AllowProxyConnectionCallback.Answer(boolean a_bAllow,
                                                       boolean a_bRemembered)
Method Detail

isRemembered

public boolean isRemembered()

isAllowed

public boolean isAllowed()