Uses of Class
org.glassfish.grizzly.http.HttpBrokenContent.Builder

Packages that use HttpBrokenContent.Builder
org.glassfish.grizzly.http   
 

Uses of HttpBrokenContent.Builder in org.glassfish.grizzly.http
 

Methods in org.glassfish.grizzly.http that return HttpBrokenContent.Builder
static HttpBrokenContent.Builder HttpBrokenContent.builder(HttpHeader httpHeader)
          Returns HttpTrailer builder.
 HttpBrokenContent.Builder HttpBrokenContent.Builder.error(HttpBrokenContentException exception)
          Set the exception.
 HttpBrokenContent.Builder HttpBrokenContent.Builder.error(String message)
          Set the exception.
 HttpBrokenContent.Builder HttpBrokenContent.Builder.error(String message, Throwable cause)
          Set the exception.
 HttpBrokenContent.Builder HttpBrokenContent.Builder.error(Throwable cause)
          Set the exception.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.