Skip to main content

Out

Response feature to HTTP requests.


close


_out.close() : Out

Description

Closes the sending of HTTP response data.

Return

( Out )


closed


_out.closed() : boolean

Description

Checks whether the response to the HTTP request has already been closed.

Return

( boolean )

The response to the HTTP request has been closed.


copy


_out.copy(in: InputStream) : Out

Attributes
NAMETYPEDESCRIPTION
inInputStream
Return

( Out )


_out.copy(in: InputStream, skip: long) : Out

Attributes
NAMETYPEDESCRIPTION
inInputStream
skiplong
Return

( Out )


_out.copy(in: InputStream, skip: long, size: long) : Out

Attributes
NAMETYPEDESCRIPTION
inInputStream
skiplong
sizelong
Return

( Out )


_out.copy(file: File) : Out

Attributes
NAMETYPEDESCRIPTION
fileFile
Return

( Out )


_out.copy(file: File, skip: long) : Out

Attributes
NAMETYPEDESCRIPTION
fileFile
skiplong
Return

( Out )


_out.copy(file: File, skip: long, size: long) : Out

Attributes
NAMETYPEDESCRIPTION
fileFile
skiplong
sizelong
Return

( Out )


_out.copy(storage: Storage) : Out

Attributes
NAMETYPEDESCRIPTION
storageStorage
Return

( Out )


_out.copy(storage: Storage, skip: long) : Out

Attributes
NAMETYPEDESCRIPTION
storageStorage
skiplong
Return

( Out )


_out.copy(storage: Storage, skip: long, size: long) : Out

Attributes
NAMETYPEDESCRIPTION
storageStorage
skiplong
sizelong
Return

( Out )


flush


_out.flush() : void

Description

Sends what is pending accumulated in the buffer.

Return

( void )


getJSONHTMLEscape


_out.getJSONHTMLEscape() : boolean

Return

( boolean )


getJSONIdentFactor


_out.getJSONIdentFactor() : int

Return

( int )


getMirrors


_out.getMirrors() : java.util.List

Description

Gets the output replicas.

Return

( java.util.List )

List of replicas.


init


_out.init() : Out

Description

Starts a new instance of output.

Return

( Out )

The new instance of the Output feature.


isClosed


_out.isClosed() : boolean

Return

( boolean )


isStarted


_out.isStarted() : boolean

Return

( boolean )


json


_out.json(json: java.lang.Object) : Out

Attributes
NAMETYPEDESCRIPTION
jsonjava.lang.Object
Return

( Out )


_out.json(json: string) : Out

Attributes
NAMETYPEDESCRIPTION
jsonstring
Return

( Out )


_out.json(json: java.util.List) : Out

Attributes
NAMETYPEDESCRIPTION
jsonjava.util.List
Return

( Out )


_out.json(json: Config | Exec | Header | Req | Res | Values | DataSchema) : Out

Attributes
NAMETYPEDESCRIPTION
jsonConfig | Exec | Header | Req | Res | Values | DataSchema
Return

( Out )


_out.json(json: Values) : Out

Attributes
NAMETYPEDESCRIPTION
jsonValues
Return

( Out )


jsonHTMLEscape


_out.jsonHTMLEscape() : boolean

Return

( boolean )


_out.jsonHTMLEscape(htmlEscape: boolean) : Out

Attributes
NAMETYPEDESCRIPTION
htmlEscapeboolean
Return

( Out )


jsonIdentFactor


_out.jsonIdentFactor() : int

Return

( int )


_out.jsonIdentFactor(jsonIdentFactor: int) : Out

Attributes
NAMETYPEDESCRIPTION
jsonIdentFactorint
Return

( Out )


mirrors


_out.mirrors() : java.util.List

Description

Gets the output replicas.

Return

( java.util.List )

List of replicas.


output


_out.output() : OutputStream

Description

Provides the original output stream.

Return

( OutputStream )

The original output stream..


print


_out.print(bool: boolean) : Out

Description

Sends the boolean result.

Attributes
NAMETYPEDESCRIPTION
boolbooleanBoolean value that will be sent.
Return

( Out )

Current data output.


_out.print(number: byte) : Out

Description

Sends the number.

Attributes
NAMETYPEDESCRIPTION
numberbyteNumber that will be sent.
Return

( Out )

Current data output.


_out.print(character: char) : Out

Description

Sends the character.

Attributes
NAMETYPEDESCRIPTION
charactercharCharacter that will be sent.
Return

( Out )

Current data output.


_out.print(bool: double) : Out

Description

Sends the boolean result.

Attributes
NAMETYPEDESCRIPTION
booldoubleBoolean value that will be sent.
Return

( Out )

Current data output.


_out.print(bool: float) : Out

Description

Sends the boolean result.

Attributes
NAMETYPEDESCRIPTION
boolfloatBoolean value that will be sent.
Return

( Out )

Current data output.


_out.print(bool: int) : Out

Description

Sends the boolean result.

Attributes
NAMETYPEDESCRIPTION
boolintBoolean value that will be sent.
Return

( Out )

Current data output.


_out.print(obj: java.lang.Object) : Out

Description

Converts the object to text and sends it.

Attributes
NAMETYPEDESCRIPTION
objjava.lang.ObjectObject that will be converted to text and sent.
Return

( Out )

Current data output.


_out.print(text: string) : Out

Description

Sends the text content.

Attributes
NAMETYPEDESCRIPTION
textstringContent that will be sent.
Return

( Out )

Current data output.


_out.print(bool: long) : Out

Description

Sends the boolean result.

Attributes
NAMETYPEDESCRIPTION
boollongBoolean value that will be sent.
Return

( Out )

Current data output.


_out.print(bool: short) : Out

Description

Sends the boolean result.

Attributes
NAMETYPEDESCRIPTION
boolshortBoolean value that will be sent.
Return

( Out )

Current data output.


printf


_out.printf(format: string, objects: [Ljava.lang.Object;[]) : Out

Attributes
NAMETYPEDESCRIPTION
formatstring
objects[Ljava.lang.Object;[]
Return

( Out )


println


_out.println() : Out

Description

Sends a line break.

Return

( Out )

Current data output.


_out.println(bool: boolean) : Out

Description

Sends the boolean result with a line break.

Attributes
NAMETYPEDESCRIPTION
boolbooleanBoolean value that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(number: byte) : Out

Description

Sends the number with a line break.

Attributes
NAMETYPEDESCRIPTION
numberbyteNumber that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(character: char) : Out

Description

Sends the character with a line break.

Attributes
NAMETYPEDESCRIPTION
charactercharCharacter that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(bool: double) : Out

Description

Sends the boolean result with a line break.

Attributes
NAMETYPEDESCRIPTION
booldoubleBoolean value that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(bool: float) : Out

Description

Sends the boolean result with a line break.

Attributes
NAMETYPEDESCRIPTION
boolfloatBoolean value that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(bool: int) : Out

Description

Sends the boolean result with a line break.

Attributes
NAMETYPEDESCRIPTION
boolintBoolean value that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(obj: java.lang.Object) : Out

Description

Converts the object to text and sends it with a line break.

Attributes
NAMETYPEDESCRIPTION
objjava.lang.ObjectObject that will be converted to text and sent with the line break.
Return

( Out )

Current data output.


_out.println(text: string) : Out

Description

Sends the text content with a line break.

Attributes
NAMETYPEDESCRIPTION
textstringContent that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(bool: long) : Out

Description

Sends the boolean result with a line break.

Attributes
NAMETYPEDESCRIPTION
boollongBoolean value that will be sent with the line break.
Return

( Out )

Current data output.


_out.println(bool: short) : Out

Description

Sends the boolean result with a line break.

Attributes
NAMETYPEDESCRIPTION
boolshortBoolean value that will be sent with the line break.
Return

( Out )

Current data output.


setJSONHTMLEscape


_out.setJSONHTMLEscape(htmlEscape: boolean) : Out

Attributes
NAMETYPEDESCRIPTION
htmlEscapeboolean
Return

( Out )


setJSONIdentFactor


_out.setJSONIdentFactor(jsonIdentFactor: int) : Out

Attributes
NAMETYPEDESCRIPTION
jsonIdentFactorint
Return

( Out )


start


_out.start() : void

Description

Starts the output, the HTTP header is sent.

Return

( void )


started


_out.started() : boolean

Description

Checks whether the response to the HTTP request has already started.

Return

( boolean )

The HTTP request response has started and the header has already been sent.


write


_out.write(bytes: byte[]) : Out

Attributes
NAMETYPEDESCRIPTION
bytesbyte[]
Return

( Out )


_out.write(bytes: byte[], off: int, len: int) : Out

Attributes
NAMETYPEDESCRIPTION
bytesbyte[]
offint
lenint
Return

( Out )


_out.write(b: int) : Out

Attributes
NAMETYPEDESCRIPTION
bint
Return

( Out )


writeBoolean


_out.writeBoolean(b: boolean) : Out

Attributes
NAMETYPEDESCRIPTION
bboolean
Return

( Out )


writeByte


_out.writeByte(b: int) : Out

Attributes
NAMETYPEDESCRIPTION
bint
Return

( Out )


writeChar


_out.writeChar(c: char) : Out

Attributes
NAMETYPEDESCRIPTION
cchar
Return

( Out )


writeDouble


_out.writeDouble(d: double) : Out

Attributes
NAMETYPEDESCRIPTION
ddouble
Return

( Out )


writeFloat


_out.writeFloat(f: float) : Out

Attributes
NAMETYPEDESCRIPTION
ffloat
Return

( Out )


writeInt


_out.writeInt(i: int) : Out

Attributes
NAMETYPEDESCRIPTION
iint
Return

( Out )


writeLong


_out.writeLong(l: long) : Out

Attributes
NAMETYPEDESCRIPTION
llong
Return

( Out )


writeShort


_out.writeShort(s: short) : Out

Attributes
NAMETYPEDESCRIPTION
sshort
Return

( Out )