Searched refs:CONNECT (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DSocksConsts.java41 static final int CONNECT = 1; field in interface:SocksConsts
H A DSocketPermission.java148 private final static int CONNECT = 0x1; field in class:SocketPermission
173 private final static int ALL = CONNECT|LISTEN|ACCEPT|RESOLVE;
486 return CONNECT;
492 return CONNECT|ACCEPT;
524 mask |= CONNECT;
1083 if ((mask & CONNECT) == CONNECT) {
H A DSocksSocketImpl.java268 out.write(CONNECT);
477 out.write(CONNECT);
/openjdk7/jdk/src/solaris/classes/sun/net/sdp/
H A DSdpProvider.java99 CONNECT; enum constant in enum:SdpProvider.Action
333 convertTcpToSdpIfMatch(fdObj, Action.CONNECT, address, port);
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java39 static final int CONNECT = 1; field in class:SocksServer
198 if (cmd == CONNECT) {
452 case CONNECT:
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java46 private static enum OpType { CONNECT, READ, WRITE }; enum constant in enum:UnixAsynchronousSocketChannelImpl.OpType
230 if (task.getContext() == OpType.CONNECT)
332 result = new PendingFuture<Void,A>(this, OpType.CONNECT);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java478 buttonStr = Messages.CONNECT;
496 if (value == Messages.RECONNECT || value == Messages.CONNECT) {
H A DMessages.java89 public static String CONNECT; field in class:Messages
H A DConnectDialog.java296 connectAction = new AbstractAction(Messages.CONNECT) {
298 putValue(Action.MNEMONIC_KEY, Resources.getMnemonicInt(Messages.CONNECT));
/openjdk7/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java350 static final Op CONNECT = new Op("connect") { field in class:AsyncCloseAndInterrupt
719 test(socketChannelFactory, CONNECT);

Completed in 66 milliseconds