Interface NativeWebSocketServletContainerInitializer.Configurator
-
- Enclosing class:
- NativeWebSocketServletContainerInitializer
@Deprecated(since="2021-05-27") public static interface NativeWebSocketServletContainerInitializer.Configurator
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
accept(ServletContext servletContext, NativeWebSocketConfiguration nativeWebSocketConfiguration)
Deprecated.
-
-
-
Method Detail
-
accept
void accept(ServletContext servletContext, NativeWebSocketConfiguration nativeWebSocketConfiguration)
Deprecated.
-
-