A B C D F G H I M N O P R S T V W 

A

addListener(Closeable) - Method in class org.crsh.telnet.term.processor.Processor
 
addToHistory(CharSequence) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
addToHistory(CharSequence) - Method in interface org.crsh.telnet.term.Term
Append a line to the term history.
append(CharSequence) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
append(char) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
append(CharSequence, int, int) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
append(Style) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
append(char) - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
append(CharSequence) - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
append(CharSequence, int, int) - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
append(char) - Method in class org.crsh.telnet.term.processor.Processor
 
append(CharSequence) - Method in class org.crsh.telnet.term.processor.Processor
 
append(CharSequence, int, int) - Method in class org.crsh.telnet.term.processor.Processor
 
append(Style) - Method in class org.crsh.telnet.term.processor.Processor
 

B

brk() - Static method in class org.crsh.telnet.term.TermEvent
 

C

clear() - Method in class org.crsh.telnet.term.console.TermIOBuffer
Clears the buffer without doing any echoing.
close() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
close() - Method in class org.crsh.telnet.term.TelnetIO
 
close() - Static method in class org.crsh.telnet.term.TermEvent
 
cls() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
cls() - Method in class org.crsh.telnet.term.processor.Processor
 
cls() - Method in interface org.crsh.telnet.term.spi.TermIO
Clear screen.
cls() - Method in class org.crsh.telnet.term.TelnetIO
 
CodeType - Enum in org.crsh.telnet.term
 
complete(CharSequence) - Static method in class org.crsh.telnet.term.TermEvent
 
connectionIdle(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
 
connectionLogoutRequest(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
 
connectionSentBreak(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
 
connectionTimedOut(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
 
ConsoleTerm - Class in org.crsh.telnet.term.console
Implements the interface.
ConsoleTerm(TermIO) - Constructor for class org.crsh.telnet.term.console.ConsoleTerm
 
createConfigurationCapabilities() - Method in class org.crsh.telnet.TelnetPlugin
 
createShell() - Static method in class org.crsh.telnet.term.TelnetHandler
 

D

decode(int) - Method in interface org.crsh.telnet.term.spi.TermIO
Decode the intput value.
decode(int) - Method in class org.crsh.telnet.term.TelnetIO
 
del() - Method in class org.crsh.telnet.term.console.TermIOBuffer
Delete the char under the cursor or return -1 if no char was deleted.
destroy() - Method in class org.crsh.telnet.TelnetPlugin
 
destroy() - Method in class org.crsh.telnet.term.processor.ProcessorIOHandler
 
destroy() - Method in class org.crsh.telnet.term.TermLifeCycle
 
doDestroy() - Method in class org.crsh.telnet.term.TelnetLifeCycle
 
doDestroy() - Method in class org.crsh.telnet.term.TermLifeCycle
 
doInit() - Method in class org.crsh.telnet.term.TelnetLifeCycle
 
doInit() - Method in class org.crsh.telnet.term.TermLifeCycle
 

F

flush() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
flush() - Method in class org.crsh.telnet.term.processor.Processor
 
flush() - Method in interface org.crsh.telnet.term.spi.TermIO
Flush output.
flush() - Method in class org.crsh.telnet.term.TelnetIO
 

G

getBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
getBuffer() - Method in interface org.crsh.telnet.term.Term
Returns the current buffer content to the cursor;
getConfig() - Method in class org.crsh.telnet.term.TelnetLifeCycle
 
getContext() - Method in class org.crsh.telnet.term.TermLifeCycle
 
getDirectBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
getDirectBuffer() - Method in interface org.crsh.telnet.term.Term
Returns the direct buffer, any char appended in the returned appendable will translate into an insertion in the buffer.
getHandler() - Method in class org.crsh.telnet.term.TermLifeCycle
 
getHeight() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
getHeight() - Method in class org.crsh.telnet.term.processor.Processor
 
getHeight() - Method in interface org.crsh.telnet.term.spi.TermIO
Returns the term height in chars.
getHeight() - Method in class org.crsh.telnet.term.TelnetIO
 
getImplementation() - Method in class org.crsh.telnet.TelnetPlugin
 
getImplementation() - Method in class org.crsh.telnet.term.processor.ProcessorIOHandler
 
getLine() - Method in class org.crsh.telnet.term.TermEvent.Complete
 
getLine() - Method in class org.crsh.telnet.term.TermEvent.ReadLine
 
getPort() - Method in class org.crsh.telnet.term.TelnetLifeCycle
 
getProperty(String) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
getProperty(String) - Method in interface org.crsh.telnet.term.spi.TermIO
Retrieves the value of a property specified by this TermIO
getProperty(String) - Method in class org.crsh.telnet.term.TelnetIO
 
getProperty(String) - Method in interface org.crsh.telnet.term.Term
Retrieves the value of a property specified by this Term
getSize() - Method in class org.crsh.telnet.term.console.TermIOBuffer
Returns the total number of chars in the buffer, independently of the cursor position.
getWidth() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
getWidth() - Method in class org.crsh.telnet.term.processor.Processor
 
getWidth() - Method in interface org.crsh.telnet.term.spi.TermIO
Returns the term width in chars.
getWidth() - Method in class org.crsh.telnet.term.TelnetIO
 

H

handle(TermIO, Principal) - Method in class org.crsh.telnet.term.processor.ProcessorIOHandler
 
handle(TermIO, Principal) - Method in interface org.crsh.telnet.term.spi.TermIOHandler
Handle an IO for the specified termi IO and user principal.
hasNext() - Method in class org.crsh.telnet.term.console.TermIOBuffer
 

I

init() - Method in class org.crsh.telnet.TelnetPlugin
 
init() - Method in class org.crsh.telnet.term.processor.ProcessorIOHandler
 
init() - Method in class org.crsh.telnet.term.TermLifeCycle
 
isWaitingEvent() - Method in class org.crsh.telnet.term.processor.Processor
 

M

moveLeft() - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
moveLeft() - Method in interface org.crsh.telnet.term.spi.TermIO
Move the cursor left.
moveLeft() - Method in class org.crsh.telnet.term.TelnetIO
 
moveRight() - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
moveRight(int) - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
moveRight(char) - Method in interface org.crsh.telnet.term.spi.TermIO
Move the cursor right.
moveRight(char) - Method in class org.crsh.telnet.term.TelnetIO
 

N

next() - Method in class org.crsh.telnet.term.console.TermIOBuffer
 

O

org.crsh.telnet - package org.crsh.telnet
 
org.crsh.telnet.term - package org.crsh.telnet.term
 
org.crsh.telnet.term.console - package org.crsh.telnet.term.console
 
org.crsh.telnet.term.processor - package org.crsh.telnet.term.processor
 
org.crsh.telnet.term.spi - package org.crsh.telnet.term.spi
 

P

Processor - Class in org.crsh.telnet.term.processor
 
Processor(Term, Shell) - Constructor for class org.crsh.telnet.term.processor.Processor
 
ProcessorIOHandler - Class in org.crsh.telnet.term.processor
 
ProcessorIOHandler() - Constructor for class org.crsh.telnet.term.processor.ProcessorIOHandler
 

R

read() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
read() - Method in interface org.crsh.telnet.term.spi.TermIO
Reads an input value.
read() - Method in class org.crsh.telnet.term.TelnetIO
 
read() - Method in interface org.crsh.telnet.term.Term
Read the next term event.
readLine(CharSequence) - Static method in class org.crsh.telnet.term.TermEvent
 
releaseAlternateBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
releaseAlternateBuffer() - Method in interface org.crsh.telnet.term.spi.TermIO
Release control of the alternate buffer.
releaseAlternateBuffer() - Method in class org.crsh.telnet.term.TelnetIO
 
releaseAlternateBuffer() - Method in interface org.crsh.telnet.term.Term
Release control of the alternate buffer.
remove() - Method in class org.crsh.telnet.term.console.TermIOBuffer
 
run() - Method in class org.crsh.telnet.term.processor.Processor
 
run(Connection) - Method in class org.crsh.telnet.term.TelnetHandler
 

S

setConfig(Resource) - Method in class org.crsh.telnet.term.TelnetLifeCycle
 
setEcho(boolean) - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
setEcho(boolean) - Method in interface org.crsh.telnet.term.Term
Set the echo mode on the term.
setPort(Integer) - Method in class org.crsh.telnet.term.TelnetLifeCycle
 

T

takeAlternateBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
 
takeAlternateBuffer() - Method in interface org.crsh.telnet.term.spi.TermIO
Take control of the alternate buffer.
takeAlternateBuffer() - Method in class org.crsh.telnet.term.TelnetIO
 
takeAlternateBuffer() - Method in interface org.crsh.telnet.term.Term
Take control of the alternate buffer.
TELNET_PORT - Static variable in class org.crsh.telnet.TelnetPlugin
.
TelnetHandler - Class in org.crsh.telnet.term
 
TelnetHandler() - Constructor for class org.crsh.telnet.term.TelnetHandler
 
TelnetIO - Class in org.crsh.telnet.term
 
TelnetIO(Connection) - Constructor for class org.crsh.telnet.term.TelnetIO
 
TelnetLifeCycle - Class in org.crsh.telnet.term
 
TelnetLifeCycle(PluginContext) - Constructor for class org.crsh.telnet.term.TelnetLifeCycle
 
TelnetPlugin - Class in org.crsh.telnet
 
TelnetPlugin() - Constructor for class org.crsh.telnet.TelnetPlugin
 
Term - Interface in org.crsh.telnet.term
 
TermEvent - Class in org.crsh.telnet.term
 
TermEvent.Break - Class in org.crsh.telnet.term
Signals a control-break.
TermEvent.Close - Class in org.crsh.telnet.term
Signals a control-break.
TermEvent.Complete - Class in org.crsh.telnet.term
Signals the completion of a text line.
TermEvent.ReadLine - Class in org.crsh.telnet.term
Signals a line was submitted for processing.
TermIO - Interface in org.crsh.telnet.term.spi
 
TermIOBuffer - Class in org.crsh.telnet.term.console
 
TermIOBuffer(TermIO) - Constructor for class org.crsh.telnet.term.console.TermIOBuffer
 
TermIOHandler - Interface in org.crsh.telnet.term.spi
 
TermIOWriter - Class in org.crsh.telnet.term.console
Wraps TermIO and care about CRLF.
TermIOWriter(TermIO) - Constructor for class org.crsh.telnet.term.console.TermIOWriter
 
TermLifeCycle - Class in org.crsh.telnet.term
 
TermLifeCycle(PluginContext) - Constructor for class org.crsh.telnet.term.TermLifeCycle
 
toString() - Method in class org.crsh.telnet.term.TermEvent.Complete
 
toString() - Method in class org.crsh.telnet.term.TermEvent.ReadLine
 
toString() - Method in class org.crsh.telnet.term.TermEvent
 

V

valueOf(String) - Static method in enum org.crsh.telnet.term.CodeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.crsh.telnet.term.CodeType
 
values() - Static method in enum org.crsh.telnet.term.CodeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(CharSequence) - Method in class org.crsh.telnet.term.console.TermIOWriter
Write a char sequence to the output.
write(char) - Method in class org.crsh.telnet.term.console.TermIOWriter
Write a single char to the output.
write(CharSequence) - Method in interface org.crsh.telnet.term.spi.TermIO
Write a string.
write(char) - Method in interface org.crsh.telnet.term.spi.TermIO
Write a char.
write(Style) - Method in interface org.crsh.telnet.term.spi.TermIO
Write a style.
write(CharSequence) - Method in class org.crsh.telnet.term.TelnetIO
 
write(Style) - Method in class org.crsh.telnet.term.TelnetIO
 
write(char) - Method in class org.crsh.telnet.term.TelnetIO
 
writeCRLF() - Method in interface org.crsh.telnet.term.spi.TermIO
Write a CRLF.
writeCRLF() - Method in class org.crsh.telnet.term.TelnetIO
 
writeDel() - Method in interface org.crsh.telnet.term.spi.TermIO
Delete the char under the cursor.
writeDel() - Method in class org.crsh.telnet.term.TelnetIO
 
A B C D F G H I M N O P R S T V W 

Copyright © 2015 eXo Platform SAS. All Rights Reserved.