콘텐츠로 이동

Interface UDPDatagramConnection

package javax.microedition.io

public String getLocalAddress()
throws IOException

Returns:

  • 데이터그램 연결이 바운드되는 로컬 주소

Throws:

  • IOException - 연결이 닫힌 경우

See Also:

  • ServerSocketConnection

Returns:

  • 데이터그램 연결이 연결되는 로컬 포트 번호

Throws:

  • IOException - 연결이 닫힌 경우

See Also:

  • ServerSocketConnection
  • String getLocalAddress () — 데이터그램 연결이 바운드되는 로컬 주소를 가져옵니다.
  • int getLocalPort () — 데이터그램 연결이 바운드되는 로컬 포트를 반환합니다.
public String getLocalAddress()
throws IOException

Returns:

  • 데이터그램 연결이 바운드되는 로컬 주소

Throws:

  • IOException - 연결이 닫힌 경우

See Also:

  • ServerSocketConnection
public int getLocalPort()
throws IOException

Returns:

  • 데이터그램 연결이 연결되는 로컬 포트 번호

Throws:

  • IOException - 연결이 닫힌 경우

See Also:

  • ServerSocketConnection