[jetty-dev] [jira] (JETTY-1534) jetty chunked data support

"Simone Bordet (JIRA)" <[email protected]> Tue, 17 Jul 2012 06:37:21 -0500 (CDT)
Newsgroups gmane.comp.java.jetty.general
Message-ID <621073957.27079.1342525041086.JavaMail.j2ee-jira@codehaus01.managed.contegix.com>
Simone Bordet
resolved JETTY-1534 as Not A Bug

jetty chunked data support

Jetty supports writes of data via WebSocket through class WebSocket.Connection and two methods:

sendMessage(String data)

sendMessage(byte[] data, int offset, int length)

If the data to be written is larger than the buffer that Jetty uses internally, then it is split into multiple WebSocket frames, transparently.

Therefore, Jetty supports sending of large data without problems.

Note that "chunking" is a concept of HTTP (as in Transfer-Encoding: chunked) and does not apply to WebSocket.

Change By:

Simone Bordet
(17/Jul/12 6:35 AM)

Resolution:

Not A Bug

Fix Version/s:

8.1.4

Assignee:

Simone Bordet

Status:

Open
Resolved

This message is automatically generated by JIRA.

If you think it was sent incorrectly, please contact your JIRA administrators .

For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email