Class NettyUtil

java.lang.Object
org.jboss.resteasy.plugins.server.netty.NettyUtil

@Deprecated(forRemoval=true, since="6.2.13.Final") public class NettyUtil extends Object
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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    extractHttpHeaders(io.netty.handler.codec.http.HttpRequest request)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.
     
    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.
     
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.