Uses of Interface
org.simpleframework.http.socket.FrameChannel
-
Packages that use FrameChannel Package Description org.simpleframework.http.socket -
-
Uses of FrameChannel in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket that return FrameChannel Modifier and Type Method Description FrameChannel
Session. getChannel()
Provides aFrameChannel
that can be used to communicate with the connected client.
-