Lines Matching defs:connected

281     protected boolean connected = false;
355 * has already been opened (indicated by the <code>connected</code>
359 * created, then they are connected. After being created, and
360 * before being connected, various options can be specified
363 * connected, like getContentLength, will implicitly perform the
370 * @see java.net.URLConnection#connected
873 * @throws IllegalStateException if already connected
878 if (connected)
879 throw new IllegalStateException("Already connected");
904 * @throws IllegalStateException if already connected
908 if (connected)
909 throw new IllegalStateException("Already connected");
930 * @throws IllegalStateException if already connected
934 if (connected)
935 throw new IllegalStateException("Already connected");
993 * @throws IllegalStateException if already connected
997 if (connected)
998 throw new IllegalStateException("Already connected");
1019 * @throws IllegalStateException if already connected
1023 if (connected)
1024 throw new IllegalStateException("Already connected");
1077 * @throws IllegalStateException if already connected
1082 if (connected)
1083 throw new IllegalStateException("Already connected");
1101 * @throws IllegalStateException if already connected
1107 if (connected)
1108 throw new IllegalStateException("Already connected");
1126 * @throws IllegalStateException if already connected
1130 if (connected)
1131 throw new IllegalStateException("Already connected");
1148 * @throws IllegalStateException if already connected
1152 if (connected)
1153 throw new IllegalStateException("Already connected");