linux « Network « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Network » linux 

1. Using Java 6, on linux how can I make sure to use an ipv4 socket?    stackoverflow.com

I'm trying to write a quick little java application to read the contents of a pcap file (from Wireshark) and play the data back on the network on a linux box. ...

2. Linux\BSD Network Programming    stackoverflow.com

Looking to write an SNMP and Netflow tool for Linux\BSD and seeking advice on language selection, C or Java. The tool will collect Netflows, send and recieve SNMP queries, connect to a ...

3. Linux: How to kill programs that use port 1935?    stackoverflow.com

I have a red5 server (JAVA) running on my Linux server. Sometiles, the server shuts down. When I try to restart it I got an error: "Binding error, this port is alerady in ...

4. Wildcard binding in Java does not binds to network aliases    stackoverflow.com

I encountered a quite unusual issue, where the bind function to port only (i.e. wildcard bind), does not actually listens to Linux network aliases (the additional addresses on single network card). This ...

5. Handling Linux Network Connectivity in Java/C++?    stackoverflow.com

I am working on a program to handle connections in Ubuntu. I am currently doing it in Java, but aim to do it in C++ too. Essentially, atm I am just ...

6. Affect the order of NetworkInterface.getNetworkInterfaces enumeration in Java 6 on Linux    stackoverflow.com

What is the order in which NetworkInterface.getNetworkInterfaces() returns an enumeration of network interfaces? Is there a way to affect that on JVM level or on Linux OS level?

7. Unable to get all network interfaces with NetworkInterface.getNetworkInterfaces on Linux    stackoverflow.com

I need to print all the mac addresses of my machine. The recommended way is to use NetworkInterface.getNetworkInterfaces() and iterate on the enumeration returned. However when some devices are down ( ...

8. Getting network info in Java on Windows and Linux platforms    stackoverflow.com

I need Network configuration information in my application that is more than what java.net.NetworkInterface and java.net.InetAddress provide. I would like to include information such as Subnet, Gateway, and DNS servers, ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.