jcifs.dcerpc
public abstract class DcerpcHandle extends Object implements DcerpcConstants
| Field Summary | |
|---|---|
| protected DcerpcBinding | binding |
| protected int | max_recv |
| protected int | max_xmit |
| protected int | state |
| Method Summary | |
|---|---|
| abstract void | close() |
| protected abstract void | doReceiveFragment(byte[] buf, boolean isDirect) |
| protected abstract void | doSendFragment(byte[] buf, int off, int length, boolean isDirect) |
| static DcerpcHandle | getHandle(String url, NtlmPasswordAuthentication auth) |
| Principal | getPrincipal() |
| String | getServer() |
| protected static DcerpcBinding | parseBinding(String str) |
| void | sendrecv(DcerpcMessage msg) |
| String | toString() |