Package | Description |
---|---|
org.apache.tomcat.websocket |
Modifier and Type | Method and Description |
---|---|
TransformationResult |
PerMessageDeflate.getMoreData(byte opCode,
boolean fin,
int rsv,
ByteBuffer dest) |
TransformationResult |
Transformation.getMoreData(byte opCode,
boolean fin,
int rsv,
ByteBuffer dest)
Obtain more input data.
|
static TransformationResult |
TransformationResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationResult[] |
TransformationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.