Reference Citations - HerongYang.com - v2.95, by Herong Yang
SSL simple chat
'SslReverseEchoer.java - SSL Server Socket Example' tutorial was cited in a Google group in 2009.
The SslReverseEchoer.java - SSL Server Socket Example tutorial was cited in a Sun forum post in 2009.
Subject: SSL simple chat Date: May 2, 2009 Author: Koren3 Source: http://forums.sun.com/thread.jspa?threadID=5384029 I did SSL simple chat, but something is wrong. This program is cennect to another same program(on localhost has diferent ports number). When send thread is weak up, NetBeans write this error: SEVERE: null java.net.UnknownHostException: java. I work with SSL fist time, I don´t know where I is error. I was inspire on this web side stilius.net/java/java_ssl.php and I use same keytool command. But I don´t know taht, I right use parametrs becouse I have server part and client part i one program. Could you check my code: /** * SslReverseEchoer.java * Copyright (c) 2005 by Dr. Herong Yang */ public class Main { public static void main(String[] args) { String addressIP; if(args.length==0) { addressIP="127.0.0.1"; } else { addressIP=args[0]; } ReciveThread recive = new ReciveThread(); SendThread send = new SendThread(addressIP); ...
Table of Contents
Java Database Connectivity (JDBC) Overview
getting database connection in netbeans
Delphi 2010 "£" sign issues and Parameters
Scambio cedrtificati Server/Client
BSOD with win 7 64 bit when playing games
Win7: SYSTEM IGMP 224.0.0.22 connection
Public key in reply and keystore don't match
How do I get rid of SDHelper.dll errors?
Not Another Damn Password! Its the 21st Century After All
insert a photo document in to the oracle database through JDBC
COMS 6998 Search Engine Technology
Using RSA encryption with Java
Setting up SOAP in PHP, why am I getting these errors?
how to insert a value in a column with another value
Inserir ficheiro numa base de dados MySql com vb.net
Connection String - SQL Server 2005
QLAuthenticator password encryption/decryption
Wweb dynpro application Localization in chinese
C# code for MySql Stored Procedures IN, OUT, and INOUT parameters
What are Scoping Rules in Javascript?
connect two ubuntu computers together using a cable
can not establish a connection with SQL
Conectar Java Con SQL Server 2005 Express
Use of undefined constant SOAP_1_2
Help forming a SOAP client call with PHP
Automatisch einen Benutzer anlegen
Android Developers - SSL client authentication
Insert and reterive the image into BLOB type
Compile error... what's wrong?