public interface PipeServerConnection extends StreamConnectionNotifier
A pipe server is accessed using generic connection string with
name of the midlet omitted. For example, pipe://:my_pipe:1.1;
defines an inbound pipe named "my_pipe", version 1.1.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Retrieve name of the pipe.
|
String |
getVersion()
Retrieves version of the pipe.
|
acceptAndOpen
close
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.