jcifs.dcerpc
Class DcerpcHandle
java.lang.Object
jcifs.dcerpc.DcerpcHandle
- DcerpcConstants
public abstract class DcerpcHandle
extends java.lang.Object
binding
protected jcifs.dcerpc.DcerpcBinding binding
max_recv
protected int max_recv
max_xmit
protected int max_xmit
close
public abstract void close()
throws IOException
doReceiveFragment
protected abstract void doReceiveFragment(byte[] buf,
boolean isDirect)
throws IOException
doSendFragment
protected abstract void doSendFragment(byte[] buf,
int off,
int length,
boolean isDirect)
throws IOException
getPrincipal
public Principal getPrincipal()
getServer
public String getServer()
parseBinding
protected static jcifs.dcerpc.DcerpcBinding parseBinding(String str)
throws DcerpcException
toString
public String toString()