Uses of Enum Class
org.jboss.as.remoting.EndpointService.EndpointType
Packages that use EndpointService.EndpointType
-
Uses of EndpointService.EndpointType in org.jboss.as.remoting
Methods in org.jboss.as.remoting that return EndpointService.EndpointTypeModifier and TypeMethodDescriptionstatic EndpointService.EndpointTypeReturns the enum constant of this class with the specified name.static EndpointService.EndpointType[]EndpointService.EndpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.remoting with parameters of type EndpointService.EndpointTypeModifier and TypeMethodDescriptionstatic voidRemotingServices.installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type) static voidRemotingServices.installRemotingManagementEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName endpointName, String hostName, EndpointService.EndpointType type, org.xnio.OptionMap options) Constructors in org.jboss.as.remoting with parameters of type EndpointService.EndpointTypeModifierConstructorDescriptionEndpointService(Consumer<org.jboss.remoting3.Endpoint> endpointConsumer, Supplier<org.xnio.XnioWorker> workerSupplier, String nodeName, EndpointService.EndpointType type, org.xnio.OptionMap optionMap)