Uses of Class
org.glassfish.tyrus.spi.WriterInfo.RemoteEndpointType
-
Packages that use WriterInfo.RemoteEndpointType Package Description org.glassfish.tyrus.spi Tyrus SPI. -
-
Uses of WriterInfo.RemoteEndpointType in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi that return WriterInfo.RemoteEndpointType Modifier and Type Method Description WriterInfo.RemoteEndpointTypeWriterInfo. getRemoteEndpointType()static WriterInfo.RemoteEndpointTypeWriterInfo.RemoteEndpointType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WriterInfo.RemoteEndpointType[]WriterInfo.RemoteEndpointType. 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.RemoteEndpointType Constructor Description WriterInfo(WriterInfo.MessageType messageType, WriterInfo.RemoteEndpointType remoteEndpointType)Create newWriterDatainstance
-