类 Doge.Exchange

java.lang.Object
org.v2u.toy.Doge.Exchange
封闭类:
Doge

public static class Doge.Exchange extends Object
  • 字段详细资料

    • inner

      public final com.sun.net.httpserver.HttpExchange inner
    • attributes

      protected final Map<String,Object> attributes
    • statusCode

      protected int statusCode
    • maxRequestBodySize

      protected int maxRequestBodySize
    • cachedBody

      protected byte[] cachedBody
    • cachedQueryParams

      protected Map<String,String> cachedQueryParams
    • DEFAULT_BUFFER_SIZE

      protected static final int DEFAULT_BUFFER_SIZE
      另请参阅:
  • 构造器详细资料

    • Exchange

      public Exchange(com.sun.net.httpserver.HttpExchange inner)
  • 方法详细资料