# Print output for @column tags ?> SocketOption - Android SDK | Android Developers

Most visited


Recently visited


SocketOption

public interface SocketOption

java.net.SocketOption<T>


A socket option associated with a socket.

In the channels package, the NetworkChannel interface defines the setOption and getOption methods to set and query the channel's socket options.

See also:

Summary


Public methods

abstract String name()

Returns the name of the socket option.

abstract Class<T> type()

Returns the type of the socket option value.

Public methods


name

public abstract String name ()

Returns the name of the socket option.

Returns
String the name of the socket option

type

public abstract Class<T> type ()

Returns the type of the socket option value.

Returns
Class<T> the type of the socket option value

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.