org.jinterop.dcom.transport
Class JIComRuntimeNTLMConnectionContext

java.lang.Object
  extended by NtlmConnectionContext
      extended by org.jinterop.dcom.transport.JIComRuntimeNTLMConnectionContext

public final class JIComRuntimeNTLMConnectionContext
extends NtlmConnectionContext

Since:
1.0

Constructor Summary
JIComRuntimeNTLMConnectionContext()
           
 
Method Summary
 ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
           
 ConnectionOrientedPdu init(PresentationContext context, java.util.Properties properties)
           
 boolean isEstablished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIComRuntimeNTLMConnectionContext

public JIComRuntimeNTLMConnectionContext()
Method Detail

init

public ConnectionOrientedPdu init(PresentationContext context,
                                  java.util.Properties properties)
                           throws java.io.IOException
Throws:
java.io.IOException

accept

public ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
                             throws java.io.IOException
Throws:
java.io.IOException

isEstablished

public boolean isEstablished()