Neokernel API

AgentRequest Constructor

Creates a request instance using its own Props.

Overload List

Creates a request instance using its own Props.

public AgentRequest()

Creates a request instance referencing the specified Props.

public AgentRequest(Props)

Creates a request instance referencing the specified Props and standard OutputStream.

public AgentRequest(Props,Stream)

Creates a request instance referencing the specified Props, standard OutputStream, and error OutputStream.

public AgentRequest(Props,Stream,Stream)

See Also

AgentRequest Class | com.neokernel.nk Namespace