org.kwis.msf.io
Class URL

java.lang.Object
  |
  +--org.kwis.msf.io.URL

public class URL
extends Object

플랫폼 외부와의 데이타 통신을 위해 소켓을 생성해주는 클래스이다. 모든 소켓은 URL(RFC1738 참조) 방식으로 생성된다. URL 의 sheme 부분에 의해 생성되는 소켓의 성격이 구분된다. 소켓의 성격은 stream 소켓과 그렇지 않은 것으로 나뉜다.


Constructor Summary
URL()
           
 
Method Summary
static Socket find(String url)
          매개변수 url 에 따라 소켓을 생성한다.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URL

public URL()
Method Detail

find

public static Socket find(String url)
                   throws SchemeNotFoundException
매개변수 url 에 따라 소켓을 생성한다.
Throws:
SchemeNotFoundException - 소켓을 생성하지 못할 경우


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com