Uses of Class
com.iohao.net.extension.client.user.ClientUserChannel
Packages that use ClientUserChannel
Package
Description
Provides client command abstractions and request command models used by the simulation client
module to build and execute test requests.
Provides simulated client user abstractions, channel wrappers, and user-side pressure testing
support used by the simulation client module.
-
Uses of ClientUserChannel in com.iohao.net.extension.client.command
Methods in com.iohao.net.extension.client.command that return ClientUserChannelModifier and TypeMethodDescriptionListenCommand.getClientUserChannel()RequestCommand.getClientUserChannel()Methods in com.iohao.net.extension.client.command with parameters of type ClientUserChannelModifier and TypeMethodDescriptionListenCommand.setClientUserChannel(ClientUserChannel clientUserChannel) RequestCommand.setClientUserChannel(ClientUserChannel clientUserChannel) -
Uses of ClientUserChannel in com.iohao.net.extension.client.user
Fields in com.iohao.net.extension.client.user declared as ClientUserChannelModifier and TypeFieldDescriptionprotected final ClientUserChannelDefaultClientUser.clientUserChannelCommunication channel used for reading and writing.Methods in com.iohao.net.extension.client.user that return ClientUserChannelModifier and TypeMethodDescriptionClientUser.getClientUserChannel()ClientUserInputCommands.getClientUserChannel()DefaultClientUser.getClientUserChannel()Communication channel used for reading and writing.Constructors in com.iohao.net.extension.client.user with parameters of type ClientUserChannel