Uses of Class
org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
-
Packages that use NettyEntityWriter.Type Package Description org.glassfish.jersey.netty.connector.internal -
-
Uses of NettyEntityWriter.Type in org.glassfish.jersey.netty.connector.internal
Methods in org.glassfish.jersey.netty.connector.internal that return NettyEntityWriter.Type Modifier and Type Method Description NettyEntityWriter.TypeNettyEntityWriter.DelayedEntityWriter. getType()NettyEntityWriter.TypeNettyEntityWriter.DirectEntityWriter. getType()NettyEntityWriter.TypeNettyEntityWriter. getType()Return Type ofstatic NettyEntityWriter.TypeNettyEntityWriter.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.Constructors in org.glassfish.jersey.netty.connector.internal with parameters of type NettyEntityWriter.Type Constructor Description DelayedEntityWriter(io.netty.channel.Channel channel, NettyEntityWriter.Type type)DirectEntityWriter(io.netty.channel.Channel channel, NettyEntityWriter.Type type)
-