Uses of Class
org.apache.camel.component.undertow.UndertowConstants.EventType
-
Packages that use UndertowConstants.EventType Package Description org.apache.camel.component.undertow -
-
Uses of UndertowConstants.EventType in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow that return UndertowConstants.EventType Modifier and Type Method Description static UndertowConstants.EventType
UndertowConstants.EventType. ofCode(int code)
static UndertowConstants.EventType
UndertowConstants.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UndertowConstants.EventType[]
UndertowConstants.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.undertow with parameters of type UndertowConstants.EventType Modifier and Type Method Description void
UndertowConsumer. 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.
-