Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for textproto (0.14 sec)

  1. src/main/java/jcifs/dcerpc/DcerpcBinding.java

    
        DcerpcBinding ( String proto, String server ) {
            this.proto = proto;
            this.server = server;
        }
    
    
        /**
         * @return the proto
         */
        public String getProto () {
            return this.proto;
        }
    
    
        /**
         * @return the options
         */
        public Map<String, Object> getOptions () {
            return this.options;
        }
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 4.5K bytes
    - Viewed (0)
Back to top