Module io.inverno.mod.web.client
Package io.inverno.mod.web.client.ws
Interface Web2SocketExchange.Configurer<A extends ExchangeContext>
- Type Parameters:
A
- the exchange context type
- Enclosing interface:
Web2SocketExchange<A extends ExchangeContext>
public static interface Web2SocketExchange.Configurer<A extends ExchangeContext>
A WebSocket exchange configurer.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Web2SocketExchange<? extends A> exchange) Configures the specified WebSocket exchange.
-
Method Details
-
configure
Configures the specified WebSocket exchange.
- Parameters:
exchange
- a WebSocket exchange
-