| Package | Description |
|---|---|
| com.helger.servlet.response |
| Modifier and Type | Method and Description |
|---|---|
static EResponseStreamType |
ResponseHelper.getBestSuitableOutputStreamType(javax.servlet.http.HttpServletRequest aHttpRequest)
Determine the best suitable output stream type for the given request without
actually modifying response data.
|
static EResponseStreamType |
EResponseStreamType.getFromIDOrNull(String sID) |
static EResponseStreamType |
EResponseStreamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResponseStreamType[] |
EResponseStreamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.