Uses of Interface
org.apache.http.ReasonPhraseCatalog

Packages that use ReasonPhraseCatalog
org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. 
org.apache.http.message Core HTTP message components, message element parser and writer APIs and their default implementations. 
 

Uses of ReasonPhraseCatalog in org.apache.http.impl
 

Classes in org.apache.http.impl that implement ReasonPhraseCatalog
 class EnglishReasonPhraseCatalog
          English reason phrases for HTTP status codes.
 

Fields in org.apache.http.impl declared as ReasonPhraseCatalog
protected  ReasonPhraseCatalog DefaultHttpResponseFactory.reasonCatalog
          The catalog for looking up reason phrases.
 

Constructors in org.apache.http.impl with parameters of type ReasonPhraseCatalog
DefaultHttpResponseFactory(ReasonPhraseCatalog catalog)
          Creates a new response factory with the given catalog.
 

Uses of ReasonPhraseCatalog in org.apache.http.message
 

Constructors in org.apache.http.message with parameters of type ReasonPhraseCatalog
BasicHttpResponse(StatusLine statusline, ReasonPhraseCatalog catalog, Locale locale)
          Creates a new response.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.