Help required "Forming Packets of data "

How can i form Packets from data .is there any builtin java class or function.
[85 byte] By [Naseera] at [2007-10-2 17:58:28]
# 1
What do you mean by 'packet'? SSL is a streaming protocol, there are no packets as far as the application is concerned.
ejpa at 2007-7-13 19:17:21 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2
By packets i mean " when i recieve data from a user then i have to send it to the server in the form of "attribute /value pair" i need to decompose that data into the those small units of data that can be transfered to the server over lan or etc.
Naseera at 2007-7-13 19:17:21 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 3
> i need to decompose that dataIs there any possibility you are going to tell us what 'that data' is, or is this just some sort of guessing game?
ejpa at 2007-7-13 19:17:21 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...