Searched defs:getChannel (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DEndpoint.java37 Channel getChannel(); method in interface:Endpoint
H A DConnection.java63 public Channel getChannel(); method in interface:Connection
H A DTransport.java79 public abstract Channel getChannel(Endpoint ep); method in class:Transport
H A DLiveRef.java150 public Channel getChannel() throws RemoteException { method in class:LiveRef
152 ch = ep.getChannel();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftShortMessage.java39 public int getChannel() { method in class:SoftShortMessage
52 clone.setMessage(getCommand(), getChannel(), getData1(), getData2());
H A DFastShortMessage.java107 public int getChannel() { method in class:FastShortMessage
H A DDLSRegion.java59 public long getChannel() { method in class:DLSRegion
H A DModelAbstractOscillator.java74 public MidiChannel getChannel() { method in class:ModelAbstractOscillator
H A DSoftChannelProxy.java39 public MidiChannel getChannel() { method in class:SoftChannelProxy
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketOutputStream.java69 * The <code>getChannel</code> method of <code>SocketOutputStream</code>
77 public final FileChannel getChannel() { method in class:SocketOutputStream
H A DSocketInputStream.java71 * The <code>getChannel</code> method of <code>SocketInputStream</code>
79 public final FileChannel getChannel() { method in class:SocketInputStream
H A DDatagramSocket.java1218 public DatagramChannel getChannel() { method in class:DatagramSocket
H A DServerSocket.java591 public ServerSocketChannel getChannel() { method in class:ServerSocket
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DEventHandler.java43 public SelectableChannel getChannel(); method in interface:EventHandler
/openjdk7/jdk/src/share/classes/java/io/
H A DFileOutputStream.java429 public FileChannel getChannel() { method in class:FileOutputStream
H A DFileInputStream.java395 public FileChannel getChannel() { method in class:FileInputStream
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketAdaptor.java151 public ServerSocketChannel getChannel() { method in class:ServerSocketAdaptor
H A DDatagramSocketAdaptor.java369 public DatagramChannel getChannel() { method in class:DatagramSocketAdaptor
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPConnection.java232 public Channel getChannel() method in class:TCPConnection
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DShortMessage.java256 * @see #getChannel()
367 * @see #getChannel
390 public int getChannel() { method in class:ShortMessage
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java210 private static FileChannel getChannel(FileInputStream in) { method in class:StreamDecoder
214 return in.getChannel();
243 ch = getChannel((FileInputStream)in);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DInheritedChannel.java207 public static synchronized Channel getChannel() throws IOException { method in class:InheritedChannel
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelAcceptorImpl.java185 serverSocketChannel = serverSocket.getChannel();
392 public SelectableChannel getChannel() method in class:SocketOrChannelAcceptorImpl
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java95 * @see java.net.Socket#getChannel
97 public final SocketChannel getChannel() { method in class:BaseSSLSocketImpl
99 return super.getChannel();
101 return self.getChannel();
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpConnection.java112 SocketChannel getChannel () { method in class:HttpConnection

Completed in 369 milliseconds

12