Uses of Enum Class
fi.iki.elonen.NanoWSD.WebSocketFrame.CloseCode
Packages that use NanoWSD.WebSocketFrame.CloseCode
-
Uses of NanoWSD.WebSocketFrame.CloseCode in fi.iki.elonen
Subclasses with type arguments of type NanoWSD.WebSocketFrame.CloseCode in fi.iki.elonenMethods in fi.iki.elonen that return NanoWSD.WebSocketFrame.CloseCodeModifier and TypeMethodDescriptionNanoWSD.WebSocketFrame.CloseCode.find(int value) NanoWSD.WebSocketFrame.CloseFrame.getCloseCode()NanoWSD.WebSocketException.getCode()Returns the enum constant of this class with the specified name.static NanoWSD.WebSocketFrame.CloseCode[]NanoWSD.WebSocketFrame.CloseCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fi.iki.elonen with parameters of type NanoWSD.WebSocketFrame.CloseCodeModifier and TypeMethodDescriptionvoidNanoWSD.WebSocket.close(NanoWSD.WebSocketFrame.CloseCode code, String reason, boolean initiatedByRemote) protected abstract voidNanoWSD.WebSocket.onClose(NanoWSD.WebSocketFrame.CloseCode code, String reason, boolean initiatedByRemote) Constructors in fi.iki.elonen with parameters of type NanoWSD.WebSocketFrame.CloseCodeModifierConstructorDescriptionCloseFrame(NanoWSD.WebSocketFrame.CloseCode code, String closeReason) WebSocketException(NanoWSD.WebSocketFrame.CloseCode code, String reason) WebSocketException(NanoWSD.WebSocketFrame.CloseCode code, String reason, Exception cause)