|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String attribute)
Returns the first parameter matching this attribute string. |
Methods in net.noderunner.http that return types with arguments of type ContentType.Parameter | |
---|---|
List<ContentType.Parameter> |
ContentType.getParameters()
Returns parameters, unmodifiable. |
Constructor parameters in net.noderunner.http with type arguments of type ContentType.Parameter | |
---|---|
ContentType(String type,
String subtype,
List<ContentType.Parameter> param)
Constructs a new ContentType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |