Uses of Interface
love.distributedrebirth.nx01.no2all.wire.WireClientHandler
Packages that use WireClientHandler
Package
Description
-
Uses of WireClientHandler in love.distributedrebirth.nx01.no2all.wire
Methods in love.distributedrebirth.nx01.no2all.wire with parameters of type WireClientHandler -
Uses of WireClientHandler in love.distributedrebirth.nx01.no2all.wire.jetty
Methods in love.distributedrebirth.nx01.no2all.wire.jetty with parameters of type WireClientHandlerConstructors in love.distributedrebirth.nx01.no2all.wire.jetty with parameters of type WireClientHandlerModifierConstructorDescriptionprotected
JettyWireClient
(URI uri, org.eclipse.jetty.websocket.client.WebSocketClient client, WireClientHandler handler) protected
JettyWireClientHandler
(WireClientHandler handler) -
Uses of WireClientHandler in love.distributedrebirth.nx01.no2all.wire.jre
Methods in love.distributedrebirth.nx01.no2all.wire.jre with parameters of type WireClientHandlerConstructors in love.distributedrebirth.nx01.no2all.wire.jre with parameters of type WireClientHandlerModifierConstructorDescriptionprotected
JreWireClient
(URI uri, WebSocket.Builder wsBuilder, WireClientHandler handler) protected
JreWireClientHandler
(WireClientHandler handler) -
Uses of WireClientHandler in love.distributedrebirth.nx01.no2all.wire.ojw
Methods in love.distributedrebirth.nx01.no2all.wire.ojw with parameters of type WireClientHandlerConstructors in love.distributedrebirth.nx01.no2all.wire.ojw with parameters of type WireClientHandlerModifierConstructorDescriptionprotected
OjwWireClient
(URI uri, Map<String, String> headers, int timeoutMs, WireClientHandler wireHandler) protected
OjwWireClientHandler
(URI uri, Map<String, String> headers, int timeoutMs, WireClientHandler handler)