Interface UDPDatagramConnection
package javax.microedition.io
public String getLocalAddress() throws IOExceptionReturns:
- 데이터그램 연결이 바운드되는 로컬 주소
Throws:
IOException- 연결이 닫힌 경우
See Also:
ServerSocketConnection
getLocalPort
섹션 제목: “getLocalPort”Returns:
- 데이터그램 연결이 연결되는 로컬 포트 번호
Throws:
IOException- 연결이 닫힌 경우
See Also:
ServerSocketConnection
메서드 요약
섹션 제목: “메서드 요약”String getLocalAddress ()— 데이터그램 연결이 바운드되는 로컬 주소를 가져옵니다.int getLocalPort ()— 데이터그램 연결이 바운드되는 로컬 포트를 반환합니다.
메서드 상세
섹션 제목: “메서드 상세”getLocalAddress
섹션 제목: “getLocalAddress”public String getLocalAddress() throws IOExceptionReturns:
- 데이터그램 연결이 바운드되는 로컬 주소
Throws:
IOException- 연결이 닫힌 경우
See Also:
ServerSocketConnection
getLocalPort
섹션 제목: “getLocalPort”public int getLocalPort() throws IOExceptionReturns:
- 데이터그램 연결이 연결되는 로컬 포트 번호
Throws:
IOException- 연결이 닫힌 경우
See Also:
ServerSocketConnection