|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrpc.DefaultConnection
rpc.security.ntlm.NtlmConnection
public class NtlmConnection
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 |
---|
protected java.util.Properties properties
Constructor Detail |
---|
public NtlmConnection(java.util.Properties properties)
Method Detail |
---|
public void setTransmitLength(int transmitLength)
public void setReceiveLength(int receiveLength)
protected void incomingRebind(AuthenticationVerifier verifier) throws java.io.IOException
incomingRebind
in class DefaultConnection
java.io.IOException
protected AuthenticationVerifier outgoingRebind() throws java.io.IOException
outgoingRebind
in class DefaultConnection
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |