Lines Matching defs:connected

61     private boolean connected = false;
559 throw new SocketException("already connected");
587 connected = true;
644 connected = true;
658 connected = true;
662 * Returns the address to which the socket is connected.
664 * If the socket was connected prior to being {@link #close closed},
665 * then this method will continue to return the connected address
668 * @return the remote IP address to which this socket is connected,
669 * or <code>null</code> if the socket is not connected.
714 * Returns the remote port number to which this socket is connected.
716 * If the socket was connected prior to being {@link #close closed},
717 * then this method will continue to return the connected port number
720 * @return the remote port number to which this socket is connected, or
721 * 0 if the socket is not connected yet.
729 // Shouldn't happen as we're connected
756 * Returns the address of the endpoint this socket is connected to, or
759 * If the socket was connected prior to being {@link #close closed},
760 * then this method will continue to return the connected address
765 * socket, or <code>null</code> if it is not connected yet.
864 * not connected, or the socket input has been shutdown
874 throw new SocketException("Socket is not connected");
906 * output stream or if the socket is not connected.
914 throw new SocketException("Socket is not connected");
1196 * can be modified at any time when a socket is connected. However, if
1198 * <B>before</B> the socket is connected to the remote peer. There are two
1464 throw new SocketException("Socket is not connected");
1494 throw new SocketException("Socket is not connected");
1522 * (see {@link #isClosed()}) if it was successfuly connected prior
1525 * @return true if the socket was successfuly connected to a server
1529 // Before 1.3 Sockets were always connected during creation
1530 return connected || oldImpl;
1648 * <p> Invoking this method after this socket has been connected