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
PageResourceRequest
s and
ConletResourceRequest
s to the web console components (via the
console).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jgrapes.core.Channel
Channel.Default
Nested classes/interfaces inherited from interface org.jgrapes.io.IOSubchannel
IOSubchannel.DefaultIOSubchannel
Nested classes/interfaces inherited from interface org.jgrapes.core.Subchannel
Subchannel.DefaultSubchannel
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConsoleResourceChannel
(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, upstreamToString
Methods inherited from class org.jgrapes.io.IOSubchannel.DefaultIOSubchannel
byteBufferPool, charBufferPool, responsePipeline, setByteBufferPool, setCharBufferPool
Methods inherited from class org.jgrapes.core.Subchannel.DefaultSubchannel
mainChannel, setAssociated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jgrapes.core.Associator
associated, associated, associated, associatedGet, setAssociated
Methods inherited from interface org.jgrapes.io.IOSubchannel
respond
Methods 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
-