public interface PipeConnection extends StreamConnection
A pipe is accessed using a generic connection string with specified MIDlet
name or wildcard. For example pipe://*:my_pipe:1.0;
defines a
target pipe named "my_pipe", version 1.0, opened by any MIDlet.
INPORTANT NOTE: only wildcard addressing is supported. Later on is planned to add support for specifying exact MIDlet name.
Modifier and Type | Method and Description |
---|---|
String |
getRequestedServerVersion()
Retrieves the pipe version requested in connection string.
|
String |
getServerName()
Retrieves the pipe name requested.
|
openDataInputStream, openInputStream
openDataOutputStream, openOutputStream
close
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.