Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface SocketRuntime


public interface SocketRuntime

This interface represents the runtime state of a Socket controlled by the Muxer.


Method Summary
abstract  int getFileDescriptor()
          Returns the file descriptor being used by this socket.
abstract  String getLocalAddress()
          Returns the address of the local end of this socket.
abstract  int getLocalPort()
          Returns the port of the local end of this socket.
abstract  String getRemoteAddress()
          Returns the address of the remote end of this socket.
abstract  int getRemotePort()
          Returns the port of the remote end of this socket.

 

Method Detail

getFileDescriptor

int getFileDescriptor()
Returns the file descriptor being used by this socket.

getLocalAddress

String getLocalAddress()
Returns the address of the local end of this socket.

getLocalPort

int getLocalPort()
Returns the port of the local end of this socket.

getRemoteAddress

String getRemoteAddress()
Returns the address of the remote end of this socket.

getRemotePort

int getRemotePort()
Returns the port of the remote end of this socket.

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09