Class URL
package org.kwis.msf.io
java.lang.Object | +--org.kwis.msf.io.URLextends Object:
플랫폼 외부와의 데이타 통신을 위해 소켓을 생성해주는 클래스이다.
모든 소켓은 URL(RFC1738 참조) 방식으로 생성된다. URL 의 sheme 부분에 의해 생성되는 소켓의 성격이 구분된다. 소켓의 성격은 stream 소켓과 그렇지 않은 것으로 나뉜다.
생성자 요약
섹션 제목: “생성자 요약”- URL ()
메서드 요약
섹션 제목: “메서드 요약”static Socket find ( String url)— 매개변수 url 에 따라 소켓을 생성한다.
생성자 상세
섹션 제목: “생성자 상세”URL
섹션 제목: “URL”public URL()find
섹션 제목: “find”public static Socket find(String url) throws SchemeNotFoundExceptionThrows:
SchemeNotFoundException- 소켓을 생성하지 못할 경우## 메서드 상세
find
섹션 제목: “find”public static Socket find(String url) throws SchemeNotFoundExceptionThrows:
SchemeNotFoundException- 소켓을 생성하지 못할 경우
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com