Uses of Enum Class
com.vonage.client.users.channels.Websocket.ContentType
Packages that use Websocket.ContentType
-
Uses of Websocket.ContentType in com.vonage.client.users.channels
Methods in com.vonage.client.users.channels that return Websocket.ContentTypeModifier and TypeMethodDescriptionstatic Websocket.ContentTypeWebsocket.ContentType.fromString(String value) Websocket.getContentType()MIME type of the content sent over the websocket.static Websocket.ContentTypeReturns the enum constant of this class with the specified name.static Websocket.ContentType[]Websocket.ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.users.channels with parameters of type Websocket.ContentTypeModifierConstructorDescriptionWebsocket(String uri, Websocket.ContentType contentType, Map<String, ?> headers)