类 XmlRpcProtocol

    • 字段详细资料

      • ACCESS_CONTROL_ALLOW_ORIGIN_HEADER

        public static final String ACCESS_CONTROL_ALLOW_ORIGIN_HEADER
        另请参阅:
        常量字段值
      • ACCESS_CONTROL_ALLOW_METHODS_HEADER

        public static final String ACCESS_CONTROL_ALLOW_METHODS_HEADER
        另请参阅:
        常量字段值
      • ACCESS_CONTROL_ALLOW_HEADERS_HEADER

        public static final String ACCESS_CONTROL_ALLOW_HEADERS_HEADER
        另请参阅:
        常量字段值
    • 构造器详细资料

      • XmlRpcProtocol

        public XmlRpcProtocol()
    • 方法详细资料

      • setHttpBinder

        public void setHttpBinder​(HttpBinder httpBinder)
      • getDefaultPort

        public int getDefaultPort()
        从接口复制的说明: Protocol
        Get default port when user doesn't config the port.
        返回:
        default port
      • destroy

        public void destroy()
        从接口复制的说明: Protocol
        Destroy protocol:
        1. Cancel all services this protocol exports and refers
        2. Release all occupied resources, for example: connection, port, etc.
        3. Protocol can continue to export and refer new service even after it's destroyed.
        指定者:
        destroy 在接口中 Protocol
        覆盖:
        destroy 在类中 AbstractProtocol