Uses of Class
net.noderunner.http.ContentType.Parameter

Packages that use ContentType.Parameter
net.noderunner.http Provides classes for sending and receiving data over HTTP. 
 

Uses of ContentType.Parameter in net.noderunner.http
 

Methods in net.noderunner.http that return ContentType.Parameter
 ContentType.Parameter ContentType.getParameter(java.lang.String attribute)
          Returns the first parameter matching this attribute string.
 

Methods in net.noderunner.http that return types with arguments of type ContentType.Parameter
 java.util.List<ContentType.Parameter> ContentType.getParameters()
          Returns parameters, unmodifiable.
 

Constructor parameters in net.noderunner.http with type arguments of type ContentType.Parameter
ContentType(java.lang.String type, java.lang.String subtype, java.util.List<ContentType.Parameter> param)
          Constructs a new ContentType.
 



Copyright © 2009. All Rights Reserved.