パッケージ jcifs.smb1.dcerpc
クラス DcerpcPipeHandle
- java.lang.Object
-
- jcifs.smb1.dcerpc.DcerpcHandle
-
- jcifs.smb1.dcerpc.DcerpcPipeHandle
-
- すべての実装されたインタフェース:
DcerpcConstants
public class DcerpcPipeHandle extends DcerpcHandle
-
-
フィールドの概要
-
クラスから継承されたフィールド jcifs.smb1.dcerpc.DcerpcHandle
binding, max_recv, max_xmit, securityProvider, state
-
インタフェースから継承されたフィールド jcifs.smb1.dcerpc.DcerpcConstants
DCERPC_CONC_MPX, DCERPC_DID_NOT_EXECUTE, DCERPC_FIRST_FRAG, DCERPC_LAST_FRAG, DCERPC_MAYBE, DCERPC_OBJECT_UUID, DCERPC_PENDING_CANCEL, DCERPC_RESERVED_1, DCERPC_UUID_SYNTAX_NDR
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DcerpcPipeHandle(String url, NtlmPasswordAuthentication auth)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidclose()protected voiddoReceiveFragment(byte[] buf, boolean isDirect)protected voiddoSendFragment(byte[] buf, int off, int length, boolean isDirect)-
クラスから継承されたメソッド jcifs.smb1.dcerpc.DcerpcHandle
bind, getHandle, getPrincipal, getServer, parseBinding, sendrecv, setDcerpcSecurityProvider, toString
-
-
-
-
コンストラクタの詳細
-
DcerpcPipeHandle
public DcerpcPipeHandle(String url, NtlmPasswordAuthentication auth) throws UnknownHostException, MalformedURLException, DcerpcException
-
-
メソッドの詳細
-
doSendFragment
protected void doSendFragment(byte[] buf, int off, int length, boolean isDirect) throws IOException- 定義:
doSendFragmentクラス内DcerpcHandle- 例外:
IOException
-
doReceiveFragment
protected void doReceiveFragment(byte[] buf, boolean isDirect) throws IOException- 定義:
doReceiveFragmentクラス内DcerpcHandle- 例外:
IOException
-
close
public void close() throws IOException- 定義:
closeクラス内DcerpcHandle- 例外:
IOException
-
-