Uses of Enum Class
org.glassfish.jersey.netty.connector.internal.NettyEntityWriter.Type
Packages that use NettyEntityWriter.Type
-
Uses of NettyEntityWriter.Type in org.glassfish.jersey.netty.connector.internal
Methods in org.glassfish.jersey.netty.connector.internal that return NettyEntityWriter.TypeModifier and TypeMethodDescriptionNettyEntityWriter.DelayedEntityWriter.getType()NettyEntityWriter.DirectEntityWriter.getType()NettyEntityWriter.getType()Return Type ofstatic NettyEntityWriter.TypeReturns the enum constant of this class with the specified name.static NettyEntityWriter.Type[]NettyEntityWriter.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.glassfish.jersey.netty.connector.internal with parameters of type NettyEntityWriter.TypeModifierConstructorDescriptionDelayedEntityWriter(io.netty.channel.Channel channel, NettyEntityWriter.Type type) DirectEntityWriter(io.netty.channel.Channel channel, NettyEntityWriter.Type type)