Package org.jgrapes.webconsole.base
Class ConsoleWeblet.ConsoleResourceChannel
java.lang.Object
org.jgrapes.core.Subchannel.DefaultSubchannel
org.jgrapes.io.IOSubchannel.DefaultIOSubchannel
org.jgrapes.io.util.LinkedIOSubchannel
org.jgrapes.webconsole.base.ConsoleWeblet.ConsoleResourceChannel
- All Implemented Interfaces:
Associator,Channel,Eligible,Subchannel,IOSubchannel
- Enclosing class:
ConsoleWeblet
The channel used to send
PageResourceRequests and
ConletResourceRequests to the web console components (via the
console).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jgrapes.core.Channel
Channel.DefaultNested classes/interfaces inherited from interface org.jgrapes.io.IOSubchannel
IOSubchannel.DefaultIOSubchannelNested classes/interfaces inherited from interface org.jgrapes.core.Subchannel
Subchannel.DefaultSubchannel -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleResourceChannel(Manager hub, IOSubchannel upstreamChannel, EventPipeline responsePipeline) Instantiates a new console resource channel. -
Method Summary
Methods inherited from class org.jgrapes.io.util.LinkedIOSubchannel
associated, downstreamChannel, downstreamChannel, hub, toString, unlink, upstreamChannel, upstreamToStringMethods inherited from class org.jgrapes.io.IOSubchannel.DefaultIOSubchannel
byteBufferPool, charBufferPool, responsePipeline, setByteBufferPool, setCharBufferPoolMethods inherited from class org.jgrapes.core.Subchannel.DefaultSubchannel
mainChannel, setAssociatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jgrapes.core.Associator
associated, associated, associated, associatedGet, setAssociatedMethods inherited from interface org.jgrapes.io.IOSubchannel
respondMethods inherited from interface org.jgrapes.core.Subchannel
defaultCriterion, isEligibleFor, mainChannel
-
Constructor Details
-
ConsoleResourceChannel
public ConsoleResourceChannel(Manager hub, IOSubchannel upstreamChannel, EventPipeline responsePipeline) Instantiates a new console resource channel.- Parameters:
hub- the hubupstreamChannel- the upstream channelresponsePipeline- the response pipeline
-