Classes | |
class | LongPull |
class | LongPullException |
Functions | |
def | callback |
Variables | |
tuple | conn = httplib.HTTPConnection('agent.mtconnect.org') |
tuple | lp = LongPull(response) |
tuple | response = conn.getresponse() |
Copyright 2012, System Insights, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
def long_pull.callback | ( | chunk | ) |
Definition at line 134 of file long_pull.py.
tuple long_pull::conn = httplib.HTTPConnection('agent.mtconnect.org') |
Definition at line 129 of file long_pull.py.
tuple long_pull::lp = LongPull(response) |
Definition at line 133 of file long_pull.py.
tuple long_pull::response = conn.getresponse() |
Definition at line 131 of file long_pull.py.