| Package | Description |
|---|---|
| org.granite.gravity.glassfish | |
| org.granite.gravity.jetty8 | |
| org.granite.gravity.tomcat | |
| org.granite.util |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
GlassFishWebSocketChannel.getContentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlassFishWebSocketChannel.setContentType(ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
JettyWebSocketChannel.getContentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyWebSocketChannel.setContentType(ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
TomcatWebSocketChannel.getContentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TomcatWebSocketChannel.setContentType(ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.forMimeType(String mimeType)
Lookup the ContentType from a MIME type
|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|