Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Berger (0.14 sec)

  1. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

            return this.server;
        }
    
    
        /**
         * 
         * {@inheritDoc}
         *
         * @see jcifs.internal.RequestWithPath#setFullUNCPath(java.lang.String, java.lang.String, java.lang.String)
         */
        @Override
        public void setFullUNCPath ( String domain, String server, String fullPath ) {
            this.domain = domain;
            this.server = server;
            this.fullPath = fullPath;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 05 09:45:59 GMT 2018
    - 32.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java

         * place. For example at the time of this writing the readXxxWireFormat
         * for requests and the writeXxxWireFormat for responses are not implemented
         * and simply return 0. These would need to be completed for a server
         * implementation.
         */
    
        static final byte SMB_COM_CREATE_DIRECTORY   = (byte)0x00;
        static final byte SMB_COM_DELETE_DIRECTORY   = (byte)0x01;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 21K bytes
    - Viewed (0)
Back to top