Package | Description |
---|---|
org.glassfish.jersey.netty.connector.internal |
Modifier and Type | Method and Description |
---|---|
NettyEntityWriter.Type |
NettyEntityWriter.getType()
Return Type of
|
NettyEntityWriter.Type |
NettyEntityWriter.DirectEntityWriter.getType() |
NettyEntityWriter.Type |
NettyEntityWriter.DelayedEntityWriter.getType() |
static NettyEntityWriter.Type |
NettyEntityWriter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NettyEntityWriter.Type[] |
NettyEntityWriter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DelayedEntityWriter(io.netty.channel.Channel channel,
NettyEntityWriter.Type type) |
DirectEntityWriter(io.netty.channel.Channel channel,
NettyEntityWriter.Type type) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.