18.3. 配置连接器
连接器是与远程相关的主要配置元素,包含多个用于额外配置的子元素。
更新现有连接器配置
/subsystem=remoting/connector=new-connector:write-attribute(name=socket-binding,value=my-socket-binding)
reload
创建新连接器
/subsystem=remoting/connector=new-connector:add(socket-binding=my-socket-binding)
删除连接器
/subsystem=remoting/connector=new-connector:remove
reload
有关可用于配置连接器的属性的完整列表,请参阅 Remoting Subsystem Attributes 部分。