Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7758149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:16:57+00:00 2026-06-01T13:16:57+00:00

I am using apache.commons.net.telnet . I have char[] array . I am calling TelnetClient.getOutputStream().write(array[i]).

  • 0

I am using apache.commons.net.telnet.

I have char[] array. I am calling TelnetClient.getOutputStream().write(array[i]).

I expected that my data will be sent by one character at a time, but Wireshark shows that first character is sent alone, and remaining characters are sent together.
Why do I get this situation and how can I send my data character by character?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T13:16:59+00:00Added an answer on June 1, 2026 at 1:16 pm

    OK. Here is the correct answer. To send the data as fast as possible, do the following:

    Call setTcpNoDelay(true) on your output stream.

    Call write with your entire array. You should NEWER EVER write one byte at a time. Writing the entire array at the same time will be much faster.

    Call flush() after your write.

    This is the fastest way to send the data, and it is also the way which will create the least latency. That is: Sending the bytes one at a time will NOT ensure that the server will receive them any faster.

    Sending the data one byte at a time will slow you down, not speed things up.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working prototype of a Java application that is using Apache Commons
I have the following data and i am using http://commons.apache.org/jxpath/ i want to directly
I'm using org.apache.commons.net.ftp.FTPClient and seeing behavior that is, well... perplexing. The method beneath intends
I'm using Apache's commons-net-2.2.jar to download a batch of files from a FTP server,
I'm using apache commons library and log4j. I have an xml configuration file and
Weblogic 10.3.1.0 is using com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar... I want to use commons-net-2.0.jar from my code. How
I'm using org.apache.commons.net.ftp.FTPClient to communicate with an ftp server via an android app I'm
I'm using apache's commons-net FTPClient to upload files. I'm using storeFileStream method. This works
We are using the following Apache Commons Net FTP code to connect to an
I have code to upload a file to a server. import org.apache.commons.net.ftp.FTPClient; import java.io.File;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.