パッケージ jcifs

インタフェース SmbPipeResource

  • すべてのスーパーインタフェース:
    AutoCloseable, SmbResource
    既知の実装クラスのリスト:
    SmbNamedPipe

    public interface SmbPipeResource
    extends SmbResource
    SMB resource respresenting a named pipe
    作成者:
    mbechler
    • フィールドの詳細

      • PIPE_TYPE_RDONLY

        static final int PIPE_TYPE_RDONLY
        The pipe should be opened read-only.
        関連項目:
        定数フィールド値
      • PIPE_TYPE_WRONLY

        static final int PIPE_TYPE_WRONLY
        The pipe should be opened only for writing.
        関連項目:
        定数フィールド値
      • PIPE_TYPE_RDWR

        static final int PIPE_TYPE_RDWR
        The pipe should be opened for both reading and writing.
        関連項目:
        定数フィールド値
      • PIPE_TYPE_CALL

        static final int PIPE_TYPE_CALL
        Pipe operations should behave like the CallNamedPipe Win32 Named Pipe function.
        関連項目:
        定数フィールド値
      • PIPE_TYPE_TRANSACT

        static final int PIPE_TYPE_TRANSACT
        Pipe operations should behave like the TransactNamedPipe Win32 Named Pipe function.
        関連項目:
        定数フィールド値
      • PIPE_TYPE_DCE_TRANSACT

        static final int PIPE_TYPE_DCE_TRANSACT
        Pipe is used for DCE
        関連項目:
        定数フィールド値
      • PIPE_TYPE_UNSHARED

        static final int PIPE_TYPE_UNSHARED
        Pipe should use it's own exclusive transport connection
        関連項目:
        定数フィールド値
    • メソッドの詳細

      • getPipeType

        int getPipeType()
        戻り値:
        the type of the pipe
      • openPipe

        SmbPipeHandle openPipe()
        Create a pipe handle
        戻り値:
        pipe handle, needs to be closed when finished