Uses of Enum Class
org.apache.camel.component.undertow.UndertowConstants.EventType
Packages that use UndertowConstants.EventType
-
Uses of UndertowConstants.EventType in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow that return UndertowConstants.EventTypeModifier and TypeMethodDescriptionstatic UndertowConstants.EventTypeUndertowConstants.EventType.ofCode(int code) static UndertowConstants.EventTypeReturns the enum constant of this class with the specified name.static UndertowConstants.EventType[]UndertowConstants.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.undertow with parameters of type UndertowConstants.EventTypeModifier and TypeMethodDescriptionvoidUndertowConsumer.sendEventNotification(String connectionKey, io.undertow.websockets.spi.WebSocketHttpExchange transportExchange, io.undertow.websockets.core.WebSocketChannel channel, UndertowConstants.EventType eventType) Send a notification related a WebSocket peer.