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

  • Home
  • SEARCH
  • 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 8167777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:18:27+00:00 2026-06-06T20:18:27+00:00

I want to send a command to a server, and find out if I

  • 0

I want to send a command to a server, and find out if I get a response.

Right now i am using BufferedReader‘s readline() function, which blocks until there’s a response from server, but all I want to do is verify that there’s a response from the server in the first place.

I tried using ready() or reset() to avoid this block, but it doesn’t help.

This is causing my program to get stuck waiting for the server to respond, which never happens. InputStreamReader seems to do the same thing, by my understanding of things.

Other questions I found here on the subject didn’t answer my question,
so please if you can answer my question it will be great.

  • 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-06T20:18:28+00:00Added an answer on June 6, 2026 at 8:18 pm

    May be all you need is the InputStream without wrapping it in a BufferedReader

    while (inputStream.available() > 0) {
         int i = inputStream.read(tmp, 0, 1024);
         if (i < 0)
              break;
         strBuff.append(new String(tmp, 0, i));
    }
    

    I hope this helps.

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

Sidebar

Related Questions

I want to send SMS using GSM modem's AT-Commands from SQL Server 2008, so
I want to send .patch files that were generated by the git format-patch command
Hello Sir i want send list of data to php server i use following
I have a Play Framework application that sends emails using SMTP server. Now I
I've got a server running inside a screen session, and I want to send
Using emacs on Ubuntu 11.10. I want to connect to a SQL Server database
Well I want to send commands and data between client and server. I have
I am trying to execute a command on the server using hubot. This example
I'm trying to type-check the commands I want to send to a server from
In JSF2 I have a command button, which should send only one field: <h:inputHidden

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.