包路径:org.jboss.as.network.OutboundSocketBinding 类名称:OutboundSocketBinding 方法名:getSourcePort OutboundSocketBinding.getSourcePort介绍 [英]Returns the source port for this outbound socket binding. Note that this
destinationHost,destinationPort,this.sourceInterfaceInjectedValue.getOptionalValue(),this.sourcePort, this.fixedSourcePort); } } 代码示例来源:origin: org.jboss.as/jboss-as-server @Override protectedOutboundSocketBindingcreateOutboundSocketBinding(){ returnnewOutboundSocketBinding(this.outboundSocketName,this....
destinationHost,destinationPort,this.sourceInterfaceInjectedValue.getOptionalValue(),this.sourcePort, this.fixedSourcePort); } } 代码示例来源:origin: org.jboss.as/jboss-as-server @Override protectedOutboundSocketBindingcreateOutboundSocketBinding(){ returnnewOutboundSocketBinding(this.outboundSocketName,this....
[英]Returns the absolute source port for this outbound socket binding. The absolute source port is the same as #getSourcePort()if the outbound socket binding is marked for "fixed source port". Else, it is the sum of #getSourcePort()and the port offset configured on the SocketBindingManager...