Uses of Class
org.glassfish.tyrus.spi.WriterInfo.MessageType
-
-
Uses of WriterInfo.MessageType in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi that return WriterInfo.MessageType Modifier and Type Method Description WriterInfo.MessageTypeWriterInfo. getMessageType()static WriterInfo.MessageTypeWriterInfo.MessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WriterInfo.MessageType[]WriterInfo.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.tyrus.spi with parameters of type WriterInfo.MessageType Constructor Description WriterInfo(WriterInfo.MessageType messageType, WriterInfo.RemoteEndpointType remoteEndpointType)Create newWriterDatainstance
-