Class NettyUtil
java.lang.Object
org.jboss.resteasy.plugins.server.netty.NettyUtil
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<jakarta.ws.rs.core.MediaType> extractAccepts
(jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyHttpHeaders
extractHttpHeaders
(io.netty.handler.codec.http.HttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version.extractLanguages
(jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders) Deprecated, for removal: This API element is subject to removal in a future version.extractRequestHeaders
(io.netty.handler.codec.http.HttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyUriInfo
extractUriInfo
(io.netty.handler.codec.http.HttpRequest request, String contextPath, String protocol) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
NettyUtil
public NettyUtil()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
extractUriInfo
public static ResteasyUriInfo extractUriInfo(io.netty.handler.codec.http.HttpRequest request, String contextPath, String protocol) Deprecated, for removal: This API element is subject to removal in a future version. -
extractHttpHeaders
public static ResteasyHttpHeaders extractHttpHeaders(io.netty.handler.codec.http.HttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version. -
extractAccepts
public static List<jakarta.ws.rs.core.MediaType> extractAccepts(jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders) Deprecated, for removal: This API element is subject to removal in a future version. -
extractLanguages
public static List<String> extractLanguages(jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders) Deprecated, for removal: This API element is subject to removal in a future version. -
extractRequestHeaders
public static jakarta.ws.rs.core.MultivaluedMap<String,String> extractRequestHeaders(io.netty.handler.codec.http.HttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version. -
isIoThread
public static boolean isIoThread()Deprecated, for removal: This API element is subject to removal in a future version.
-