rpc.security.ntlm
Class NtlmConnection

java.lang.Object
  extended by rpc.DefaultConnection
      extended by rpc.security.ntlm.NtlmConnection
All Implemented Interfaces:
Connection

public class NtlmConnection
extends DefaultConnection


Field Summary
protected  java.util.Properties properties
           
 
Fields inherited from class rpc.DefaultConnection
contextId, ndr, receiveBuffer, security, transmitBuffer
 
Constructor Summary
NtlmConnection(java.util.Properties properties)
           
 
Method Summary
protected  void incomingRebind(AuthenticationVerifier verifier)
           
protected  AuthenticationVerifier outgoingRebind()
           
 void setReceiveLength(int receiveLength)
           
 void setTransmitLength(int transmitLength)
           
 
Methods inherited from class rpc.DefaultConnection
processIncoming, processOutgoing, receive, receiveFragment, setSecurity, transmit, transmitFragment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected java.util.Properties properties
Constructor Detail

NtlmConnection

public NtlmConnection(java.util.Properties properties)
Method Detail

setTransmitLength

public void setTransmitLength(int transmitLength)

setReceiveLength

public void setReceiveLength(int receiveLength)

incomingRebind

protected void incomingRebind(AuthenticationVerifier verifier)
                       throws java.io.IOException
Overrides:
incomingRebind in class DefaultConnection
Throws:
java.io.IOException

outgoingRebind

protected AuthenticationVerifier outgoingRebind()
                                         throws java.io.IOException
Overrides:
outgoingRebind in class DefaultConnection
Throws:
java.io.IOException