Descripción
Sintaxis
public Socket createSocket(Socket s, InputStream consumed, boolean autoClose) throws IOException
public abstract Socket createSocket(Socket s, String host, int port, boolean autoClose) throws IOException
Parámetros
- String host,
- InputStream consumed,
- Socket s,
- int port,
- boolean autoClose,
Excepciones
NullPointerException, UnsupportedOperationException, IOException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.