skoinfo.rfc.common.util
Class ServerHttpConnection

java.lang.Object
  extended by skoinfo.rfc.common.util.ServerHttpConnection
All Implemented Interfaces:
java.lang.Runnable

public class ServerHttpConnection
extends java.lang.Object
implements java.lang.Runnable

서버 httpConnection 요청 스레드 비동기


Constructor Summary
ServerHttpConnection(java.lang.String server_Ip)
           1.
 
Method Summary
 java.util.Map getMap()
           1.
 void run()
           1.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerHttpConnection

public ServerHttpConnection(java.lang.String server_Ip)
 1. MethodName : getMap
 2. ClassName  : ServerHttpConnection
 3. Comment   : 
 4. 작성자    : 박형민
 5. 작성일    : 2010. 8. 12. 오후 5:35:55
 
생성자 스레드 실행 해당ip를 받는다

Method Detail

run

public void run()
 1. MethodName : getMap
 2. ClassName  : ServerHttpConnection
 3. Comment   : 
 4. 작성자    : 박형민
 5. 작성일    : 2010. 8. 12. 오후 5:35:55
 
스레드 실행 해당 ip를 서버에 요청한다.

Specified by:
run in interface java.lang.Runnable

getMap

public java.util.Map getMap()
 1. MethodName : getMap
 2. ClassName  : ServerHttpConnection
 3. Comment   : 
 4. 작성자    : 박형민
 5. 작성일    : 2010. 8. 12. 오후 5:35:55
 
서버 httpConnection 요청 스레드 비동기

Returns:
Map