| Package | Description |
|---|---|
| net.noderunner.http |
Provides classes for sending and receiving data over HTTP.
|
| Modifier and Type | Method and Description |
|---|---|
ContentType.Parameter |
ContentType.getParameter(String attribute)
Returns the first parameter matching this attribute string.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentType.Parameter> |
ContentType.getParameters()
Returns parameters, unmodifiable.
|
| Constructor and Description |
|---|
ContentType(String type,
String subtype,
List<ContentType.Parameter> param)
Constructs a new ContentType.
|
Copyright © 2012. All Rights Reserved.