|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Consumer in org.crsh.command |
|---|
| Subinterfaces of Consumer in org.crsh.command | |
|---|---|
interface |
CommandContext<P>
The command context provides the services for invoking a command. |
interface |
CommandInvoker<C,P>
A command invoker is a filter for a CommandContext kind of consumer. |
interface |
InvocationContext<P>
|
| Classes in org.crsh.command that implement Consumer | |
|---|---|
class |
InvocationContextImpl<P>
|
class |
PipeCommandProxy<C,P>
|
| Fields in org.crsh.command declared as Consumer | |
|---|---|
private Consumer<C> |
PipeCommandProxy.next
. |
| Constructors in org.crsh.command with parameters of type Consumer | |
|---|---|
PipeCommandProxy(CommandContext<P> innerContext,
CommandInvoker<C,P> delegate,
Consumer<C> next)
|
|
| Uses of Consumer in org.crsh.io |
|---|
| Classes in org.crsh.io with type parameters of type Consumer | |
|---|---|
interface |
Filter<C,P,CONS extends Consumer<P>>
A filter is the combination of a producer and a consumer. |
interface |
Producer<P,C extends Consumer<P>>
A producer that produces elements in a specific consumer. |
| Subinterfaces of Consumer in org.crsh.io | |
|---|---|
interface |
Filter<C,P,CONS extends Consumer<P>>
A filter is the combination of a producer and a consumer. |
| Uses of Consumer in org.crsh.lang.groovy.command |
|---|
| Classes in org.crsh.lang.groovy.command that implement Consumer | |
|---|---|
class |
GroovyScriptCommand
|
(package private) class |
InnerInvocationContext<P>
|
| Fields in org.crsh.lang.groovy.command declared as Consumer | |
|---|---|
(package private) Consumer<P> |
InnerInvocationContext.consumer
. |
| Constructors in org.crsh.lang.groovy.command with parameters of type Consumer | |
|---|---|
InnerInvocationContext(InvocationContext<?> outter,
Consumer<P> consumer,
boolean piped)
|
|
| Uses of Consumer in org.crsh.processor.jline |
|---|
| Classes in org.crsh.processor.jline that implement Consumer | |
|---|---|
(package private) class |
JLineProcessContext
|
| Uses of Consumer in org.crsh.processor.term |
|---|
| Classes in org.crsh.processor.term that implement Consumer | |
|---|---|
(package private) class |
ProcessContext
|
class |
Processor
|
| Uses of Consumer in org.crsh.shell |
|---|
| Subinterfaces of Consumer in org.crsh.shell | |
|---|---|
interface |
InteractionContext<E>
The interaction context extends the screen context and provides interaction with the client. |
interface |
ScreenContext<E>
The screen context extends the consumer and add information about the screen. |
interface |
ShellProcessContext
The context provided when a ShellProcess is executed. |
| Uses of Consumer in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement Consumer | |
|---|---|
(package private) class |
CRaSHProcessContext
|
(package private) class |
Pipe<C,P>
|
(package private) class |
PipeFilter<C,P>
|
(package private) static class |
PipeFilter.Chunkizer
|
(package private) static class |
PipeFilter.Noop<P>
|
(package private) static class |
PipeFilter.Sink<P>
|
(package private) class |
PipeLine
|
| Uses of Consumer in org.crsh.shell.impl.remoting |
|---|
| Classes in org.crsh.shell.impl.remoting that implement Consumer | |
|---|---|
(package private) class |
ClientProcessContext
|
| Uses of Consumer in org.crsh.ssh.term.inline |
|---|
| Classes in org.crsh.ssh.term.inline that implement Consumer | |
|---|---|
class |
SSHInlineShellProcessContext
ShellProcessContext for SSH inline commands |
| Uses of Consumer in org.crsh.term |
|---|
| Subinterfaces of Consumer in org.crsh.term | |
|---|---|
interface |
Term
|
| Uses of Consumer in org.crsh.term.console |
|---|
| Classes in org.crsh.term.console that implement Consumer | |
|---|---|
class |
ConsoleTerm
Implements the interface. |
| Uses of Consumer in org.crsh.text |
|---|
| Classes in org.crsh.text that implement Consumer | |
|---|---|
class |
ChunkAdapter
|
class |
ChunkBuffer
|
class |
RenderAppendable
|
class |
RenderWriter
|
| Fields in org.crsh.text declared as Consumer | |
|---|---|
private Consumer<Chunk> |
ChunkBuffer.out
Where we flush. |
| Constructors in org.crsh.text with parameters of type Consumer | |
|---|---|
ChunkBuffer(Consumer<Chunk> out)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||