Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for DcerpcConstants (0.34 sec)

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

    import jcifs.dcerpc.ndr.NdrException;
    
    /**
     * Abstract base class for DCE/RPC communication handles.
     * This class provides the foundation for DCE/RPC client communication.
     */
    public abstract class DcerpcHandle implements DcerpcConstants, AutoCloseable {
    
        /*
         * Bindings are in the form:
         * proto:\\server[key1=val1,key2=val2]
         * or
         * proto:server[key1=val1,key2=val2]
         * or
         * proto:[key1=val1,key2=val2]
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 15.9K bytes
    - Viewed (0)
Back to top