rpc
Interface Connection

All Known Implementing Classes:
DefaultConnection, NtlmConnection

public interface Connection


Method Summary
 ConnectionOrientedPdu receive(Transport transport)
           
 void transmit(ConnectionOrientedPdu pdu, Transport transport)
           
 

Method Detail

transmit

void transmit(ConnectionOrientedPdu pdu,
              Transport transport)
              throws java.io.IOException
Throws:
java.io.IOException

receive

ConnectionOrientedPdu receive(Transport transport)
                              throws java.io.IOException
Throws:
java.io.IOException