Package jcifs.dcerpc

Class DcerpcHandle

    • Field Detail

      • max_xmit

        protected int max_xmit
      • max_recv

        protected int max_recv
      • state

        protected int state
    • Constructor Detail

      • DcerpcHandle

        public DcerpcHandle()
    • Method Detail

      • setDcerpcSecurityProvider

        public void setDcerpcSecurityProvider​(DcerpcSecurityProvider securityProvider)
      • getServer

        public java.lang.String getServer()
      • getPrincipal

        public java.security.Principal getPrincipal()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • doSendFragment

        protected abstract void doSendFragment​(byte[] buf,
                                               int off,
                                               int length,
                                               boolean isDirect)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • doReceiveFragment

        protected abstract void doReceiveFragment​(byte[] buf,
                                                  boolean isDirect)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public abstract void close()
                            throws java.io.IOException
        Throws:
        java.io.IOException